~ruther/guix-local

04a0b857d8eec059081bf0ffa5dc2e6c22841d28 — Ludovic Courtès 13 years ago 208f7cd
build: Define $NIXPKGS when compiling.

* Makefile.am (.scm.go): Define $NIXPKGS.
1 files changed, 1 insertions(+), 0 deletions(-)

M Makefile.am
M Makefile.am => Makefile.am +1 -0
@@ 47,6 47,7 @@ CLEANFILES = $(GOBJECTS) *.log

.scm.go:
	$(MKDIR_P) `dirname "$@"`
	NIXPKGS="$(NIXPKGS)"							\
	GUILE_AUTO_COMPILE=0							\
	GUILE_LOAD_COMPILED_PATH="$(top_builddir):$$GUILE_LOAD_COMPILED_PATH"	\
	$(GUILD) compile -L "$(top_srcdir)"					\