bluez: use dbus-python
for the python bindings. dbus
does not provide any
This commit is contained in:
parent
63ba455e53
commit
6e2cb1dd8c
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
pythonPath = with pythonPackages;
|
pythonPath = with pythonPackages;
|
||||||
[ dbus pygobject2 pygobject3 recursivePthLoader ];
|
[ dbus-python pygobject2 pygobject3 recursivePthLoader ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig dbus glib alsaLib pythonPackages.python pythonPackages.wrapPython
|
pkgconfig dbus glib alsaLib pythonPackages.python pythonPackages.wrapPython
|
||||||
|
Loading…
x
Reference in New Issue
Block a user