tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
stp: disable parallel building
Orivej Desh
8 years ago
9f8ec7e4
812e0bce
+4
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
logic
stp
default.nix
+4
pkgs/applications/science/logic/stp/default.nix
···
23
23
)
24
24
'';
25
25
26
26
+
# `make -f lib/Interface/CMakeFiles/cppinterface.dir/build.make lib/Interface/CMakeFiles/cppinterface.dir/cpp_interface.cpp.o`:
27
27
+
# include/stp/AST/UsefulDefs.h:41:29: fatal error: stp/AST/ASTKind.h: No such file or directory
28
28
+
enableParallelBuilding = false;
29
29
+
26
30
meta = with stdenv.lib; {
27
31
description = "Simple Theorem Prover";
28
32
maintainers = with maintainers; [ mornfall ];