Merge pull request #178543 from vs49688/dbpy
pythonPackages.keyring: depend on dbus-python on Linux
This commit is contained in:
commit
c009b67a97
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ buildPythonPackage rec {
|
|||
] ++ lib.optionals stdenv.isLinux [
|
||||
jeepney
|
||||
secretstorage
|
||||
dbus-python
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
|
Loading…
Reference in a new issue