mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
build: Unset 'GUIX_PACKAGE_PATH' in 'sync-descriptions'.
* Makefile.am (sync-descriptions): Clear 'GUIX_PACKAGE_PATH'.
This commit is contained in:
parent
f8bcf997d5
commit
36c452309f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
distcheck-hook: assert-binaries-available assert-final-inputs-self-contained
|
||||||
|
|
||||||
sync-descriptions:
|
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:
|
gen-ChangeLog:
|
||||||
if test -d .git; then \
|
if test -d .git; then \
|
||||||
|
|
Loading…
Reference in a new issue