ocamlPackages.camlp4: disable parallel build
This commit is contained in:
@@ -55,6 +55,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ which ocaml ocamlbuild ];
|
||||
|
||||
# build fails otherwise
|
||||
enableParallelBuilding = false;
|
||||
|
||||
dontAddPrefix = true;
|
||||
|
||||
preConfigure = ''
|
||||
|
||||
Reference in New Issue
Block a user