guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: python-pygobject: Add search path for GI_TYPELIB_PATH.


From: ???
Subject: 03/05: gnu: python-pygobject: Add search path for GI_TYPELIB_PATH.
Date: Mon, 07 Mar 2016 01:57:29 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit e28f95a96369051f3f5110fd89ad7b48e5792c67
Author: 宋文武 <address@hidden>
Date:   Sun Mar 6 13:27:47 2016 +0800

    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.
---
 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 b925704..dda8640 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



reply via email to

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