py3status: add dbus-python dependency
This makes the spotify module work.
This commit is contained in:
parent
765c0e0619
commit
9a87724059
@ -9,6 +9,7 @@
|
|||||||
, pygobject3
|
, pygobject3
|
||||||
, pyserial
|
, pyserial
|
||||||
, setuptools
|
, setuptools
|
||||||
|
, dbus-python
|
||||||
|
|
||||||
, file
|
, file
|
||||||
, acpi
|
, acpi
|
||||||
@ -32,7 +33,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
pytz requests tzlocal i3ipc pydbus pygobject3 pyserial setuptools
|
pytz requests tzlocal i3ipc pydbus pygobject3 pyserial setuptools dbus-python
|
||||||
];
|
];
|
||||||
buildInputs = [ file ];
|
buildInputs = [ file ];
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user