mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
mlton: disable parallel build
This commit is contained in:
parent
6f930f18f0
commit
ccc26c651f
@ -21,6 +21,9 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [mltonBootstrap gmp];
|
buildInputs = [mltonBootstrap gmp];
|
||||||
|
|
||||||
|
# build fails otherwise
|
||||||
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
find . -type f | grep -v -e '\.tgz''$' | xargs sed -i "s@/usr/bin/env bash@$(type -p bash)@"
|
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
|
sed -i "s|/tmp|$TMPDIR|" bin/regression
|
||||||
|
Loading…
Reference in New Issue
Block a user