lilypond: set some HOME during the build for Metafont

This commit is contained in:
Michael Raskin 2016-03-28 01:00:27 +02:00
parent af3ec2046a
commit 1a97cfb91f

View File

@ -30,6 +30,8 @@ stdenv.mkDerivation rec{
# confused the version detection… # confused the version detection…
sed -re 's%("[$]exe" --version .*)([|\\] *$)%\1 | sed -re "s@/nix/store/[a-z0-9]{32}-@@" \2%' \ sed -re 's%("[$]exe" --version .*)([|\\] *$)%\1 | sed -re "s@/nix/store/[a-z0-9]{32}-@@" \2%' \
-i configure -i configure
export HOME=$TMPDIR/home
''; '';
postInstall = '' postInstall = ''