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:
parent
8cf5d48d03
commit
6fa0db5a31
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [ coq.ocaml coq.camlp5 ];
|
||||
propagatedBuildInputs = [ coq ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
enableParallelBuilding = false;
|
||||
doCheck = true;
|
||||
|
||||
unpackPhase = ''
|
||||
|
|
Loading…
Reference in a new issue