coqPackages.category-theory: bound build parallelism
This commit is contained in:
parent
8ffae68b22
commit
10fa10731e
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [ coq ] ++ (with coq.ocamlPackages; [ ocaml camlp5 findlib ]);
|
buildInputs = [ coq ] ++ (with coq.ocamlPackages; [ ocaml camlp5 findlib ]);
|
||||||
propagatedBuildInputs = [ ssreflect equations ];
|
propagatedBuildInputs = [ ssreflect equations ];
|
||||||
|
|
||||||
enableParallelBuilding = false;
|
buildFlags = [ "JOBS=$(NIX_BUILD_CORES)" ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
make -f Makefile.coq COQLIB=$out/lib/coq/${coq.coq-version}/ install
|
make -f Makefile.coq COQLIB=$out/lib/coq/${coq.coq-version}/ install
|
||||||
|
|
Loading…
Reference in New Issue