~ruther/guix-local

36c452309ff48e7486246221085264b2111cd25b — Ludovic Courtès 11 years ago f8bcf99
build: Unset 'GUIX_PACKAGE_PATH' in 'sync-descriptions'.

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

M Makefile.am
M Makefile.am => Makefile.am +2 -1
@@ 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				\