[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Recent change in 'guix package --search-paths' behavior?
From: |
Chris Marusich |
Subject: |
Recent change in 'guix package --search-paths' behavior? |
Date: |
Wed, 10 May 2017 01:45:24 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
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
$ 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.
--8<---------------cut here---------------end--------------->8---
I've tried this just now, and the command says nothing about the
GUILE_LOAD_PATH:
--8<---------------cut here---------------start------------->8---
$ guix package -p foo -p bar --search-paths
export PATH="foo/bin"
--8<---------------cut here---------------end--------------->8---
Is the documentation wrong, or is this a regression?
--
Chris
signature.asc
Description: PGP signature
- Recent change in 'guix package --search-paths' behavior?,
Chris Marusich <=