diff --git a/pkgs/development/python-modules/keyrings-passwordstore/default.nix b/pkgs/development/python-modules/keyrings-passwordstore/default.nix index f7f5cf0aef2c..db8d934c9300 100644 --- a/pkgs/development/python-modules/keyrings-passwordstore/default.nix +++ b/pkgs/development/python-modules/keyrings-passwordstore/default.nix @@ -34,5 +34,6 @@ buildPythonPackage rec { description = "Keyring backend for password-store"; homepage = "https://github.com/stv0g/keyrings.passwordstore"; maintainers = [ lib.maintainers.shlevy ]; + broken = true; # https://github.com/stv0g/keyrings.passwordstore/issues/2 }; }