ocamlPackages.camlp4: disable parallel build

This commit is contained in:
FliegendeWurst 2022-02-02 12:14:36 +01:00
parent 3b31741229
commit 6f930f18f0

View file

@ -55,6 +55,9 @@ stdenv.mkDerivation rec {
buildInputs = [ which ocaml ocamlbuild ];
# build fails otherwise
enableParallelBuilding = false;
dontAddPrefix = true;
preConfigure = ''