mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
lilypond: mark not broken on Darwin
This commit is contained in:
parent
d0cb81a68e
commit
69f4b8cf99
@ -61,7 +61,6 @@ stdenv.mkDerivation {
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ marcweber yurrriq ];
|
||||
platforms = platforms.all;
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
|
||||
patches = [ ./findlib.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user