Hi Ricardo, Ricardo Wurmus <rek...@elephly.net> skribis:
>> Resolved by applying this advice (which is output when running `guix >> package -i pango` explicitly, but not when pango is installed as a >> dependency -- or I missed it): >> >> ``` >> The following environment variable definitions may be needed: >> export >> XDG_DATA_DIRS="$HOME/.guix-profile/share${XDG_DATA_DIRS:+:}$XDG_DATA_DIRS" >> export >> GIO_EXTRA_MODULES="$HOME/.guix-profile/lib/gio/modules${GIO_EXTRA_MODULES:+:}$GIO_EXTRA_MODULES" >> ``` > > I’m glad you figured this out. I wonder if this means that we should > change the icecat package to set these variables (e.g. by adding a shell > wrapper). This is what ‘glib-or-gtk-build-system’ does. It would be worth trying to change IceCat to use that build system. Ludo’.