l...@gnu.org (Ludovic Courtès) writes:
> Hi Chris,
>
> Chris Marusich skribis:
>
>> l...@gnu.org (Ludovic Courtès) writes:
>>
>>> Chris Marusich skribis:
>>>
Hi,
The manual says ((guix) Invoking guix package):
This option can also be used to compute the _combined_ s
Hi Chris,
Chris Marusich skribis:
> l...@gnu.org (Ludovic Courtès) writes:
>
>> Chris Marusich 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 thi
ed package is whichever one was found last by 'fold-packages'"?
I've attached a patch for the documentation which might help clarify
this for anyone who has the same question in the future. What do you
think? Too much detail for an edge case, or a useful footnote?
--
Chris
Fr
Chris Marusich 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 guil
Hi,
The manual says ((guix) Invoking guix package):
--8<---cut here---start->8---
This option can also be used to compute the _combined_ search paths
of several profiles. Consider this example:
$ guix package -p foo -i guile
$ gu
Ludovic Courtès writes:
> With commit dbc31ab, it is now possible to do things like:
>
> eval `guix package --search-paths=suffix`
>
> to augment the search path environment variables instead of overriding
> them.
Doesn't the KIND field belong to 'search-path-specif
With commit dbc31ab, it is now possible to do things like:
eval `guix package --search-paths=suffix`
to augment the search path environment variables instead of overriding
them.
Comments welcome!
Ludo’.