lol

stp: disable parallel building

+4
+4
pkgs/applications/science/logic/stp/default.nix
··· 23 23 ) 24 24 ''; 25 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 + 26 30 meta = with stdenv.lib; { 27 31 description = "Simple Theorem Prover"; 28 32 maintainers = with maintainers; [ mornfall ];