lilypond: cosmetic changes

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

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, ghostscript, texinfo, imagemagick, texi2html, guile { stdenv, fetchurl, ghostscript, texinfo, imagemagick, texi2html, guile
, python, gettext, flex, perl, bison, pkgconfig, texLive, dblatex , python, gettext, flex, perl, bison, pkgconfig, texLive, dblatex
, fontconfig, freetype, pango, fontforge, help2man, zip, netpbm, groff , fontconfig, freetype, pango, fontforge, help2man, zip, netpbm, groff
, fetchsvn, makeWrapper }: , fetchsvn, makeWrapper }:
stdenv.mkDerivation rec{ stdenv.mkDerivation rec{
@ -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
@ -38,7 +38,7 @@ stdenv.mkDerivation rec{
fontforge help2man groff makeWrapper fontforge help2man groff makeWrapper
]; ];
meta = { meta = {
description = "Music typesetting system"; description = "Music typesetting system";
homepage = http://lilypond.org/; homepage = http://lilypond.org/;
license = "GPL"; license = "GPL";