On Thu, 11 Apr 2019 20:56:31 +0200 HiPhish <hiph...@posteo.de> wrote:
> On Thursday, 11 April 2019 19:58:56 CEST Luther Thompson wrote: > > On my system ~/.guix-profile/etc/profile has all the important > > environment variables, including XDG_DATA_DIRS. When I run `guix > > package --search-paths=prefix`, I see a list of the same variables. > > What do you see when you run that command? > > > > Luther > > I get the the same as what my profile file says: > > $ guix package --search-paths > export PATH="/home/aleksandar/.guix-profile/bin" > export > GUILE_LOAD_PATH="/home/aleksandar/.guix-profile/share/guile/site/2.2" > export > GUILE_LOAD_COMPILED_PATH="/home/aleksandar/.guix-profile/lib/guile/2.2/ > site-ccache" Ok, so the profile and search-paths both have the same problem. I'll have to dig into the source code to see if I can find a root cause. Hopefully in the meantime, someone who knows about this stuff can come up with an answer. Luther