lilypond: allow build on darwin

This commit is contained in:
Stéphane Jourdois 2015-10-28 18:41:40 +01:00
parent 7eea66cabe
commit ffd26935cc

View file

@ -52,7 +52,7 @@ stdenv.mkDerivation rec{
homepage = http://lilypond.org/;
license = licenses.gpl3;
maintainers = [ maintainers.marcweber ];
platforms = platforms.linux;
platforms = platforms.all;
};
patches = [ ./findlib.patch ];