Merge pull request #271011 from dotlambda/keyrings-passwordstore-broken

python311Packages.keyrings-passwordstore: mark broken
This commit is contained in:
Robert Schütz 2023-11-29 22:54:18 -08:00 committed by GitHub
commit 7a36c932f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
};
}