diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-09-24 14:05:52 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-09-24 14:06:09 +0200 |
commit | 8689901f95499e98e0209e75b4f268bf2af325c1 (patch) | |
tree | 46345436a0991f5b15b5aee253f66743c0f3ffa5 /test-env.in | |
parent | 300868ba57e3786dae399f3cac4fff39ad6c316f (diff) | |
download | patches-8689901f95499e98e0209e75b4f268bf2af325c1.tar patches-8689901f95499e98e0209e75b4f268bf2af325c1.tar.gz |
Introduce the 'GUIX_PACKAGE_PATH' environment variable.
* gnu/packages.scm (%package-module-path): Honor $GUIX_PACKAGE_PATH.
* test-env.in: Unset 'GUIX_PACKAGE_PATH'.
* tests/guix-package.sh: Test it.
* doc/guix.texi (Package Modules): Document it.
Diffstat (limited to 'test-env.in')
-rw-r--r-- | test-env.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test-env.in b/test-env.in index 34f57257d2..302118bb6f 100644 --- a/test-env.in +++ b/test-env.in @@ -93,6 +93,9 @@ unset LANGUAGE LC_MESSAGES=C export LC_MESSAGES +# Ignore user modules. +unset GUIX_PACKAGE_PATH + storedir="@storedir@" prefix="@prefix@" datarootdir="@datarootdir@" |