From 66da23b011fa00b611b106fd79c55e59431ecf74 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 11 Jun 2014 11:00:35 +0200 Subject: [PATCH] lilypond: cosmetic changes --- pkgs/misc/lilypond/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/misc/lilypond/default.nix b/pkgs/misc/lilypond/default.nix index 2b6606faf3b..859b74b8c0a 100644 --- a/pkgs/misc/lilypond/default.nix +++ b/pkgs/misc/lilypond/default.nix @@ -1,6 +1,6 @@ { stdenv, fetchurl, ghostscript, texinfo, imagemagick, texi2html, guile , 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 }: stdenv.mkDerivation rec{ @@ -24,7 +24,7 @@ stdenv.mkDerivation rec{ ''; postInstall = '' - for f in "$out"/bin/*; do + for f in "$out/bin/"*; do wrapProgram "$f" --set GUILE_AUTO_COMPILE 0 \ --set PATH "${ghostscript}/bin" done @@ -38,7 +38,7 @@ stdenv.mkDerivation rec{ fontforge help2man groff makeWrapper ]; - meta = { + meta = { description = "Music typesetting system"; homepage = http://lilypond.org/; license = "GPL";