Chris Marusich <cmmarus...@gmail.com> skribis: > Hi, > > The manual says ((guix) Invoking guix package): > > This option can also be used to compute the _combined_ search paths > of several profiles. Consider this example: > > $ guix package -p foo -i guile > $ guix package -p bar -i guile-json > $ guix package -p foo -p bar --search-paths > > The last command above reports about the ‘GUILE_LOAD_PATH’ > variable, even though, taken individually, neither ‘foo’ nor ‘bar’ > would lead to that recommendation.
[...] > Is the documentation wrong, or is this a regression? Try with “guile2.2-json” instead of “guile-json”. Ludo’.