summary refs log tree commit diff
path: root/pkgs/development/python-modules/exchangelib/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/exchangelib/default.nix')
-rw-r--r--pkgs/development/python-modules/exchangelib/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/exchangelib/default.nix b/pkgs/development/python-modules/exchangelib/default.nix
index d6f533a58bf..ed2a7d69da8 100644
--- a/pkgs/development/python-modules/exchangelib/default.nix
+++ b/pkgs/development/python-modules/exchangelib/default.nix
@@ -28,5 +28,6 @@ buildPythonPackage rec {
     homepage    = "https://github.com/ecederstrand/exchangelib";
     license     = licenses.bsd2;
     maintainers = with maintainers; [ catern ];
+    broken = true;
   };
 }