maestral: add missing dbus dependency
This commit is contained in:
parent
de80d1d04e
commit
490a05c4a8
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
, pythonOlder
|
||||
, python
|
||||
, click
|
||||
, dbus-python
|
||||
, desktop-notifier
|
||||
, dropbox
|
||||
, fasteners
|
||||
|
@ -40,6 +41,7 @@ buildPythonPackage rec {
|
|||
propagatedBuildInputs = [
|
||||
click
|
||||
desktop-notifier
|
||||
dbus-python
|
||||
dropbox
|
||||
fasteners
|
||||
keyring
|
||||
|
|
Loading…
Reference in a new issue