about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2023-11-29 22:54:18 -0800
committerGitHub <noreply@github.com>2023-11-29 22:54:18 -0800
commit7a36c932f8632944f27f932ccd808113158c2b60 (patch)
tree9121123979adbad13ef7d769d23779409731df12
parent9b58faad99f8418baea31a6a1293c7f9c21b1d86 (diff)
parent0e1c8f57a20c269ff65914b2e0c106ada8a617c1 (diff)
Merge pull request #271011 from dotlambda/keyrings-passwordstore-broken
python311Packages.keyrings-passwordstore: mark broken
-rw-r--r--pkgs/development/python-modules/keyrings-passwordstore/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/keyrings-passwordstore/default.nix b/pkgs/development/python-modules/keyrings-passwordstore/default.nix
index f7f5cf0aef2ce..db8d934c93004 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
   };
 }