coqPackages.category-theory: bound build parallelism

This commit is contained in:
Vincent Laporte 2019-01-09 17:07:38 +00:00 committed by Vincent Laporte
parent 8ffae68b22
commit 10fa10731e

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
buildInputs = [ coq ] ++ (with coq.ocamlPackages; [ ocaml camlp5 findlib ]);
propagatedBuildInputs = [ ssreflect equations ];
enableParallelBuilding = false;
buildFlags = [ "JOBS=$(NIX_BUILD_CORES)" ];
installPhase = ''
make -f Makefile.coq COQLIB=$out/lib/coq/${coq.coq-version}/ install