about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-03-10 13:25:24 +0800
committerMaxine Aubrey <max@ine.dev>2024-04-22 21:11:14 +0200
commit10a97295a20294191bb3ae0c1b3bf4ad0fc7103a (patch)
treebd72df32b33c700879c507676c546c045207cafa
parentba69532efcec53e3f6243837b364174ad9d840a6 (diff)
python3Packages.python-dbusmock: Add missing gobject-introspection
This is needed to find GLib typelib:
ImportError: cannot import name GLib, introspection typelib not found
-rw-r--r--pkgs/development/python-modules/python-dbusmock/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/python-dbusmock/default.nix b/pkgs/development/python-modules/python-dbusmock/default.nix
index 2a676f72832e2..cec0275dfdbe4 100644
--- a/pkgs/development/python-modules/python-dbusmock/default.nix
+++ b/pkgs/development/python-modules/python-dbusmock/default.nix
@@ -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