about summary refs log tree commit diff
path: root/pkgs/applications/audio/mopidy
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-12-15 12:52:50 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-12-15 12:52:50 +0000
commit5f34d08447de7842e1e1835c08eecde8baabffba (patch)
treeb31baceaebedce6b9e79bc9dc3d2f36f9e8c2999 /pkgs/applications/audio/mopidy
parent7634c3250b6870e76f2e611cb95b72392add9aef (diff)
mopidy-musicbox-webclient: un-mark as broken on darwin
Diffstat (limited to 'pkgs/applications/audio/mopidy')
-rw-r--r--pkgs/applications/audio/mopidy/musicbox-webclient.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/audio/mopidy/musicbox-webclient.nix b/pkgs/applications/audio/mopidy/musicbox-webclient.nix
index 1e2cb8d060947..65a228b8fd0a1 100644
--- a/pkgs/applications/audio/mopidy/musicbox-webclient.nix
+++ b/pkgs/applications/audio/mopidy/musicbox-webclient.nix
@@ -18,7 +18,6 @@ pythonPackages.buildPythonApplication rec {
   meta = with lib; {
     description = "Mopidy extension for playing music from SoundCloud";
     license = licenses.mit;
-    broken = stdenv.isDarwin;
     maintainers = [ maintainers.spwhitt ];
   };
 }