Skip to content

Commit

Permalink
mlton: use $TMPDIR
Browse files Browse the repository at this point in the history
(cherry picked from commit 213feab)
  • Loading branch information
gebner committed Sep 10, 2020
1 parent faf2373 commit 92947e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/compilers/mlton/from-git-source.nix
Expand Up @@ -23,6 +23,7 @@ stdenv.mkDerivation {

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
makeFlagsArray=(
MLTON_VERSION="${version} ${rev}"
Expand Down

0 comments on commit 92947e4

Please sign in to comment.