forked from mirrors/nixpkgs
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
|
||||
, pyserial
|
||||
, setuptools
|
||||
, dbus-python
|
||||
|
||||
, file
|
||||
, acpi
|
||||
|
@ -32,7 +33,7 @@ buildPythonPackage rec {
|
|||
|
||||
doCheck = false;
|
||||
propagatedBuildInputs = [
|
||||
pytz requests tzlocal i3ipc pydbus pygobject3 pyserial setuptools
|
||||
pytz requests tzlocal i3ipc pydbus pygobject3 pyserial setuptools dbus-python
|
||||
];
|
||||
buildInputs = [ file ];
|
||||
prePatch = ''
|
||||
|
|
Loading…
Reference in a new issue