mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
mlton: disable parallel build
This commit is contained in:
parent
6f930f18f0
commit
ccc26c651f
@ -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…
Reference in New Issue
Block a user