mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
python3Packages.python-dbusmock: Add missing gobject-introspection
This is needed to find GLib typelib: ImportError: cannot import name GLib, introspection typelib not found
This commit is contained in:
parent
ba69532efc
commit
10a97295a2
@ -3,6 +3,7 @@
|
||||
, fetchFromGitHub
|
||||
, nose
|
||||
, dbus
|
||||
, gobject-introspection
|
||||
, dbus-python
|
||||
, pygobject3
|
||||
, bluez
|
||||
@ -40,6 +41,7 @@ in buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
dbus
|
||||
gobject-introspection
|
||||
pygobject3
|
||||
bluez
|
||||
pbap-client
|
||||
|
Loading…
Reference in New Issue
Block a user