ocamlPackages.camlp4: disable parallel build
This commit is contained in:
parent
3b31741229
commit
6f930f18f0
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ which ocaml ocamlbuild ];
|
||||
|
||||
# build fails otherwise
|
||||
enableParallelBuilding = false;
|
||||
|
||||
dontAddPrefix = true;
|
||||
|
||||
preConfigure = ''
|
||||
|
|
Loading…
Reference in a new issue