summary refs log tree commit diff
path: root/pkgs/development/python-modules/zake/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/zake/default.nix')
-rw-r--r--pkgs/development/python-modules/zake/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/zake/default.nix b/pkgs/development/python-modules/zake/default.nix
index 56fdbe45553..8eafaafadf5 100644
--- a/pkgs/development/python-modules/zake/default.nix
+++ b/pkgs/development/python-modules/zake/default.nix
@@ -30,6 +30,7 @@ buildPythonPackage rec {
     homepage = "https://github.com/yahoo/Zake";
     description = "A python package that works to provide a nice set of testing utilities for the kazoo library";
     license = licenses.asl20;
+    broken = true;
   };
 
 }