guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/4] gnu: python-pygobject: Add search path for GI_TYPELIB_PATH.


From: 宋文武
Subject: [PATCH 2/4] gnu: python-pygobject: Add search path for GI_TYPELIB_PATH.
Date: Sun, 6 Mar 2016 15:07:56 +0800

* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]