aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/python-modules/maildir-deduplicate/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/maildir-deduplicate/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/maildir-deduplicate/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/maildir-deduplicate/default.nix b/nixpkgs/pkgs/development/python-modules/maildir-deduplicate/default.nix
index 1a16e253f29..33728ef4113 100644
--- a/nixpkgs/pkgs/development/python-modules/maildir-deduplicate/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/maildir-deduplicate/default.nix
@@ -21,6 +21,7 @@ buildPythonPackage rec {
description = "Command-line tool to deduplicate mails from a set of maildir folders";
homepage = "https://github.com/kdeldycke/maildir-deduplicate";
license = licenses.gpl2;
+ broken = true;
};
}