mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 2 additions and 0 deletions
|
@ -548,6 +548,8 @@ (define-public python-pygobject
|
|||
;; 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 a new issue