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

* Makefile.am (sync-descriptions): Clear 'GUIX_PACKAGE_PATH'.
This commit is contained in:
Ludovic Courtès 2015-01-26 23:56:58 +01:00
parent f8bcf997d5
commit 36c452309f
1 changed files with 2 additions and 1 deletions

View File

@ -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 \