maestral: add missing dbus dependency

This commit is contained in:
Peter Hoeg 2022-10-03 11:24:14 +08:00
parent de80d1d04e
commit 490a05c4a8

View File

@ -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