From 36c452309ff48e7486246221085264b2111cd25b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 26 Jan 2015 23:56:58 +0100 Subject: build: Unset 'GUIX_PACKAGE_PATH' in 'sync-descriptions'. * Makefile.am (sync-descriptions): Clear 'GUIX_PACKAGE_PATH'. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4d0ef25a19..a17b839917 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 \ -- cgit v1.2.3