宋文武 <iyzs...@gmail.com> 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’.