summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-06-28 00:53:13 +0200
committerLudovic Courtès <ludo@gnu.org>2012-06-28 00:53:13 +0200
commit04a0b857d8eec059081bf0ffa5dc2e6c22841d28 (patch)
tree77da5f1217d6b056f4853782a2f6db15017a5eff /Makefile.am
parent208f7cd155abdf07ae4f858aeeb26892eb08df88 (diff)
downloadpatches-04a0b857d8eec059081bf0ffa5dc2e6c22841d28.tar
patches-04a0b857d8eec059081bf0ffa5dc2e6c22841d28.tar.gz
build: Define $NIXPKGS when compiling.
* Makefile.am (.scm.go): Define $NIXPKGS.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d41e55a188..b2b6d943a5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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)" \