python311Packages.keyrings-passwordstore: mark broken

This commit is contained in:
Robert Schütz 2023-11-29 11:34:12 -08:00
parent 46e11ae73d
commit 0e1c8f57a2

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