From 8689901f95499e98e0209e75b4f268bf2af325c1 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 24 Sep 2014 14:05:52 +0200 Subject: 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. --- test-env.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test-env.in') 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@" -- cgit v1.2.3