ocamlPackages.camlp4: disable parallel build

main
FliegendeWurst 2 years ago
parent 3b31741229
commit 6f930f18f0
  1. 3
      pkgs/development/tools/ocaml/camlp4/default.nix

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

Loading…
Cancel
Save