mpris-scrobbler: mark as broken on darwin

This commit is contained in:
Dmitry Kalinkin 2022-02-06 15:19:55 -05:00
parent a5921bc959
commit 6ea5380b4e
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -52,9 +52,10 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Minimalistic scrobbler for libre.fm & last.fm";
homepage = "https://github.com/mariusor/mpris-scrobbler";
license = licenses.mit;
homepage = "https://github.com/mariusor/mpris-scrobbler";
license = licenses.mit;
maintainers = with maintainers; [ emantor ];
platforms = platforms.unix;
platforms = platforms.unix;
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/mpris-scrobbler.x86_64-darwin
};
}