1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

coqPackages.fiat: disable parallel build to fix build

This commit is contained in:
Pascal Wittmann 2015-06-10 16:13:34 +02:00
parent 8cf5d48d03
commit 6fa0db5a31

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
buildInputs = [ coq.ocaml coq.camlp5 ];
propagatedBuildInputs = [ coq ];
enableParallelBuilding = true;
enableParallelBuilding = false;
doCheck = true;
unpackPhase = ''