Commit 69f9b44a authored by Stanisław Pitucha's avatar Stanisław Pitucha
Browse files

mpdcron: mark broken on darwin

Project uses old nokogiri which doesn't compile with new libxml.
parent 7566e46d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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