mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
mpdcron: mark broken on darwin
Project uses old nokogiri which doesn't compile with new libxml.
This commit is contained in:
parent
7566e46d76
commit
69f9b44a7a
@ -56,6 +56,7 @@ in stdenv.mkDerivation {
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ lovek323 manveru ];
|
||||
broken = stdenv.isDarwin; # fails due to old nokogiri https://github.com/sparklemotion/nokogiri/discussions/3152#discussioncomment-8806607
|
||||
};
|
||||
}
|
||||
# TODO: autoreconfHook this
|
||||
|
Loading…
Reference in New Issue
Block a user