bluez5: add missing dependency on pygobject
Fixes this: $ bluez-monitor-bluetooth Traceback (most recent call last): File "/nix/store/d3gv219wnnjd2c9agyq2gjpwxp0m84l8-bluez-5.8/test/.monitor-bluetooth-wrapped", line 5, in <module> import gobject ImportError: No module named gobject
This commit is contained in:
parent
556dab6878
commit
e05f21d1ed
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
pythonPath = with pythonPackages;
|
pythonPath = with pythonPackages;
|
||||||
[ pythonDBus pygobject3 recursivePthLoader ];
|
[ pythonDBus pygobject pygobject3 recursivePthLoader ];
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ pkgconfig dbus.libs glib libusb alsaLib python pythonPackages.wrapPython
|
[ pkgconfig dbus.libs glib libusb alsaLib python pythonPackages.wrapPython
|
||||||
|
Loading…
x
Reference in New Issue
Block a user