mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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;
|
||||
[ pythonDBus pygobject3 recursivePthLoader ];
|
||||
[ pythonDBus pygobject pygobject3 recursivePthLoader ];
|
||||
|
||||
buildInputs =
|
||||
[ pkgconfig dbus.libs glib libusb alsaLib python pythonPackages.wrapPython
|
||||
|
Loading…
Reference in New Issue
Block a user