mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
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 New Issue
Block a user