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
|
, pythonOlder
|
||||||
, python
|
, python
|
||||||
, click
|
, click
|
||||||
|
, dbus-python
|
||||||
, desktop-notifier
|
, desktop-notifier
|
||||||
, dropbox
|
, dropbox
|
||||||
, fasteners
|
, fasteners
|
||||||
|
@ -40,6 +41,7 @@ buildPythonPackage rec {
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
click
|
click
|
||||||
desktop-notifier
|
desktop-notifier
|
||||||
|
dbus-python
|
||||||
dropbox
|
dropbox
|
||||||
fasteners
|
fasteners
|
||||||
keyring
|
keyring
|
||||||
|
|
Loading…
Reference in a new issue