lilypond: cosmetic changes
This commit is contained in:
parent
08f9da2e8e
commit
66da23b011
@ -24,7 +24,7 @@ stdenv.mkDerivation rec{
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
for f in "$out"/bin/*; do
|
for f in "$out/bin/"*; do
|
||||||
wrapProgram "$f" --set GUILE_AUTO_COMPILE 0 \
|
wrapProgram "$f" --set GUILE_AUTO_COMPILE 0 \
|
||||||
--set PATH "${ghostscript}/bin"
|
--set PATH "${ghostscript}/bin"
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user