coqPackages.category-theory: bound build parallelism

wip/yesman
Vincent Laporte 5 years ago committed by Vincent Laporte
parent 8ffae68b22
commit 10fa10731e
  1. 2
      pkgs/development/coq-modules/category-theory/default.nix

@ -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

Loading…
Cancel
Save