lilypond: cosmetic changes

This commit is contained in:
Peter Simons 2014-06-11 11:00:35 +02:00
parent 08f9da2e8e
commit 66da23b011

View File

@ -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