lilypond: set some HOME during the build for Metafont
This commit is contained in:
parent
af3ec2046a
commit
1a97cfb91f
@ -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 = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user