mpdcron: mark broken on darwin

Project uses old nokogiri which doesn't compile with new libxml.
This commit is contained in:
Stanisław Pitucha 2024-06-16 09:22:07 +10:00
parent 7566e46d76
commit 69f9b44a7a

View File

@ -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