~ruther/guix-local

e28f95a96369051f3f5110fd89ad7b48e5792c67 — 宋文武 10 years ago b3585d9
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.
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/glib.scm
M gnu/packages/glib.scm => gnu/packages/glib.scm +2 -0
@@ 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