mlton: disable parallel build

main
FliegendeWurst 2 years ago
parent 6f930f18f0
commit ccc26c651f
  1. 3
      pkgs/development/compilers/mlton/from-git-source.nix

@ -21,6 +21,9 @@ stdenv.mkDerivation {
buildInputs = [mltonBootstrap gmp];
# build fails otherwise
enableParallelBuilding = false;
preBuild = ''
find . -type f | grep -v -e '\.tgz''$' | xargs sed -i "s@/usr/bin/env bash@$(type -p bash)@"
sed -i "s|/tmp|$TMPDIR|" bin/regression

Loading…
Cancel
Save