pythonPackages.keyring: depend on dbus-python on Linux
Needed to use the KWallet backend.
This commit is contained in:
parent
ac60819901
commit
eeb657a96b
@ -32,6 +32,7 @@ buildPythonPackage rec {
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
jeepney
|
||||
secretstorage
|
||||
dbus-python
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
Loading…
Reference in New Issue
Block a user