mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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…
|
||||
sed -re 's%("[$]exe" --version .*)([|\\] *$)%\1 | sed -re "s@/nix/store/[a-z0-9]{32}-@@" \2%' \
|
||||
-i configure
|
||||
|
||||
export HOME=$TMPDIR/home
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue