Re: Recent change in 'guix package --search-paths' behavior?

2017-05-11 Thread Chris Marusich
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

Re: Recent change in 'guix package --search-paths' behavior?

2017-05-11 Thread Ludovic Courtè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

Re: Recent change in 'guix package --search-paths' behavior?

2017-05-11 Thread Chris Marusich
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

Re: Recent change in 'guix package --search-paths' behavior?

2017-05-10 Thread Ludovic Courtès
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

Recent change in 'guix package --search-paths' behavior?

2017-05-10 Thread Chris Marusich
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

Re: guix package --search-paths

2015-05-20 Thread 宋文武
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

guix package --search-paths

2015-05-20 Thread Ludovic Courtès
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’.