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
)
24
'';
25
0
0
0
0
26
meta = with stdenv.lib; {
27
description = "Simple Theorem Prover";
28
maintainers = with maintainers; [ mornfall ];
···
23
)
24
'';
25
26
+
# `make -f lib/Interface/CMakeFiles/cppinterface.dir/build.make lib/Interface/CMakeFiles/cppinterface.dir/cpp_interface.cpp.o`:
27
+
# include/stp/AST/UsefulDefs.h:41:29: fatal error: stp/AST/ASTKind.h: No such file or directory
28
+
enableParallelBuilding = false;
29
+
30
meta = with stdenv.lib; {
31
description = "Simple Theorem Prover";
32
maintainers = with maintainers; [ mornfall ];