Unverified Commit 130e852f authored by Stanisław Pitucha's avatar Stanisław Pitucha Committed by GitHub
Browse files

Merge pull request #320155 from viraptor/mpdcron-darwin

mpdcron: mark broken on darwin
parents fe1817e7 69f9b44a
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