* gnu/packages/glib.scm (python-pygobject)[native-search-paths]: Use the same search paths as gobject-introspection. --- gnu/packages/glib.scm | 1 + 1 file changed, 1 insertion(+)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index b925704..11e9348 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -548,6 +548,7 @@ useful for C++.") ;; test_callback_user_data_middle_single ;; test_callback_user_data_middle_tuple '(#:tests? #f)) + (native-search-paths (package-native-search-paths gobject-introspection)) (home-page "https://live.gnome.org/PyGObject") (synopsis "Python bindings for GObject") (description -- 2.6.3