lilypond: allow build on darwin

This commit is contained in:
Stéphane Jourdois
2015-10-31 12:24:25 +01:00
parent 7eea66cabe
commit ffd26935cc
+1 -1
View File
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec{
homepage = http://lilypond.org/; homepage = http://lilypond.org/;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.marcweber ]; maintainers = [ maintainers.marcweber ];
platforms = platforms.linux; platforms = platforms.all;
}; };
patches = [ ./findlib.patch ]; patches = [ ./findlib.patch ];