guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: build: Unset 'GUIX_PACKAGE_PATH' in 'sync-descriptions'.


From: Ludovic Courtès
Subject: 02/02: build: Unset 'GUIX_PACKAGE_PATH' in 'sync-descriptions'.
Date: Mon, 26 Jan 2015 23:00:29 +0000

civodul pushed a commit to branch master
in repository guix.

commit 36c452309ff48e7486246221085264b2111cd25b
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jan 26 23:56:58 2015 +0100

    build: Unset 'GUIX_PACKAGE_PATH' in 'sync-descriptions'.
    
    * Makefile.am (sync-descriptions): Clear 'GUIX_PACKAGE_PATH'.
---
 Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 4d0ef25..a17b839 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -331,7 +331,8 @@ dist-hook: sync-descriptions gen-ChangeLog 
assert-no-store-file-names
 distcheck-hook: assert-binaries-available assert-final-inputs-self-contained
 
 sync-descriptions:
-       -$(top_builddir)/pre-inst-env guix lint --checkers=gnu-description
+       -GUIX_PACKAGE_PATH= \
+        $(top_builddir)/pre-inst-env guix lint --checkers=gnu-description
 
 gen-ChangeLog:
        if test -d .git; then                           \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]