1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 04:00:30 +02:00

build: Define $NIXPKGS when compiling.

* Makefile.am (.scm.go): Define $NIXPKGS.
This commit is contained in:
Ludovic Courtès
2012-06-28 00:53:13 +02:00
parent 208f7cd155
commit 04a0b857d8

View File

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