about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/deluge
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2020-12-08 02:54:25 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2020-12-08 04:39:09 +0100
commit6f701e9a1403a061586e4cfceaed7399d1a1f9b8 (patch)
tree8f6bbcbb7b181bf4db9493937e32ec1a456a2327 /pkgs/applications/networking/p2p/deluge
parent90107fd05bac1add960006c086baa9d7794e856e (diff)
deluge_1: Mark broken on darwin
Diffstat (limited to 'pkgs/applications/networking/p2p/deluge')
-rw-r--r--pkgs/applications/networking/p2p/deluge/1/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/p2p/deluge/1/default.nix b/pkgs/applications/networking/p2p/deluge/1/default.nix
index cafba65c788b9..7ab3379241550 100644
--- a/pkgs/applications/networking/p2p/deluge/1/default.nix
+++ b/pkgs/applications/networking/p2p/deluge/1/default.nix
@@ -36,6 +36,7 @@ pythonPackages.buildPythonPackage rec {
     description = "Torrent client";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ domenkozar ebzzry ];
+    broken = stdenv.isDarwin;
     platforms = platforms.all;
   };
 }