mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
lilypond: mark broken on darwin
This commit is contained in:
parent
79478b8369
commit
287ab732d9
@ -61,6 +61,7 @@ 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