summary refs log tree commit diff
path: root/pkgs/applications/audio/mopidy
diff options
context:
space:
mode:
authorRick van Schijndel <rol3517@gmail.com>2022-05-28 15:28:44 +0200
committerRick van Schijndel <rol3517@gmail.com>2022-05-29 10:56:04 +0200
commit37c633f7ae518456af1f3064bd5c386e2de92c37 (patch)
tree07d026519a7b817eab5fa413cfff3e999f7ecdbf /pkgs/applications/audio/mopidy
parentf97a7e634f55390fade545892c70ecf05e59aaea (diff)
downloadnixpkgs-37c633f7ae518456af1f3064bd5c386e2de92c37.tar
nixpkgs-37c633f7ae518456af1f3064bd5c386e2de92c37.tar.gz
nixpkgs-37c633f7ae518456af1f3064bd5c386e2de92c37.tar.bz2
nixpkgs-37c633f7ae518456af1f3064bd5c386e2de92c37.tar.lz
nixpkgs-37c633f7ae518456af1f3064bd5c386e2de92c37.tar.xz
nixpkgs-37c633f7ae518456af1f3064bd5c386e2de92c37.tar.zst
nixpkgs-37c633f7ae518456af1f3064bd5c386e2de92c37.zip
treewide: pkgs/applications: mark broken for darwin
Diffstat (limited to 'pkgs/applications/audio/mopidy')
-rw-r--r--pkgs/applications/audio/mopidy/local.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/audio/mopidy/local.nix b/pkgs/applications/audio/mopidy/local.nix
index ebe9885e495..4e9b18d7eb6 100644
--- a/pkgs/applications/audio/mopidy/local.nix
+++ b/pkgs/applications/audio/mopidy/local.nix
@@ -1,4 +1,5 @@
-{ lib
+{ stdenv
+, lib
 , mopidy
 , python3Packages
 }:
@@ -22,6 +23,7 @@ python3Packages.buildPythonApplication rec {
   ];
 
   meta = with lib; {
+    broken = stdenv.isDarwin;
     homepage = "https://github.com/mopidy/mopidy-local";
     description = "Mopidy extension for playing music from your local music archive";
     license = licenses.asl20;