mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
lilypond-with-fonts: fix quoting
This commit is contained in:
parent
e284740dd5
commit
ddf7c6ef06
@ -29,7 +29,7 @@ stdenv.mkDerivation {
|
||||
install -m755 -Dt $out/bin ${lilypond}/bin/*
|
||||
|
||||
for p in $out/bin/*; do
|
||||
substituteInPlace $p --replace "exec -a ${lilypond}" "exec -a $out"
|
||||
substituteInPlace $p --replace "exec -a \"${lilypond}" "exec -a \"$out"
|
||||
done
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user