about summary refs log tree commit diff
path: root/pkgs/misc/lilypond
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-06-11 11:00:35 +0200
committerPeter Simons <simons@cryp.to>2014-06-11 11:00:35 +0200
commit66da23b011fa00b611b106fd79c55e59431ecf74 (patch)
tree7cfdf73158b07d93794034e07e65a9d0b4c88442 /pkgs/misc/lilypond
parent08f9da2e8eb9d3da39a1f28e191bd4fb7fd2fa45 (diff)
lilypond: cosmetic changes
Diffstat (limited to 'pkgs/misc/lilypond')
-rw-r--r--pkgs/misc/lilypond/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/misc/lilypond/default.nix b/pkgs/misc/lilypond/default.nix
index 2b6606faf3b5c..859b74b8c0aa4 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";