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
1 changed files with 1 additions and 1 deletions

View File

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