guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/4] gnu: python-pygobject: Add search path for GI_TYPELIB_PA


From: Ludovic Courtès
Subject: Re: [PATCH 2/4] gnu: python-pygobject: Add search path for GI_TYPELIB_PATH.
Date: Mon, 07 Mar 2016 00:15:54 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

宋文武 <address@hidden> skribis:

> * gnu/packages/glib.scm (python-pygobject)[native-search-paths]: Use the
> same search paths as gobject-introspection.

[...]

> --- 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))

Could you add a comment briefly explaining why this is necessary?  It’s
not entirely clear to me if this is a workaround or the “obvious” thing.

Thanks,
Ludo’.



reply via email to

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