diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-03-06 13:27:47 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-03-07 09:57:20 +0800 |
commit | e28f95a96369051f3f5110fd89ad7b48e5792c67 (patch) | |
tree | b6328f50268b48f4689065d86e86fbc33d5cc62c | |
parent | b3585d9bda3f2518ceff6db257acad2173eb0a4b (diff) | |
download | patches-e28f95a96369051f3f5110fd89ad7b48e5792c67.tar patches-e28f95a96369051f3f5110fd89ad7b48e5792c67.tar.gz |
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.
-rw-r--r-- | gnu/packages/glib.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index b925704aa0..dda8640531 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -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 |