lilypond: mark broken on darwin

This commit is contained in:
Eric Bailey 2019-06-10 03:09:41 -05:00
parent 79478b8369
commit 287ab732d9

View File

@ -61,6 +61,7 @@ stdenv.mkDerivation {
license = licenses.gpl3;
maintainers = with maintainers; [ marcweber yurrriq ];
platforms = platforms.all;
broken = stdenv.isDarwin;
};
patches = [ ./findlib.patch ];