gnu: python-pygobject: Add search path for GI_TYPELIB_PATH.
* gnu/packages/glib.scm (python-pygobject)[native-search-paths]: Use the same search paths as gobject-introspection.
This commit is contained in:
parent
b3585d9bda
commit
e28f95a963
@ -548,6 +548,8 @@ useful for C++.")
|
||||
;; test_callback_user_data_middle_single
|
||||
;; test_callback_user_data_middle_tuple
|
||||
'(#:tests? #f))
|
||||
;; For finding typelib files, since gobject-introscpetion isn't propagated.
|
||||
(native-search-paths (package-native-search-paths gobject-introspection))
|
||||
(home-page "https://live.gnome.org/PyGObject")
|
||||
(synopsis "Python bindings for GObject")
|
||||
(description
|
||||
|
Loading…
Reference in New Issue
Block a user