From 7016184245a3cf53fbe062901babdc76b85a7319 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 3 Mar 2016 17:46:58 +0100 Subject: build: Build (guix import github) only when Guile-JSON is available. Reported by Justus Winter . * Makefile.am (MODULES): Add guix/import/github.scm only when HAVE_GUILE_JSON. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4c53779aaa..6f8e57c9cc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -109,7 +109,6 @@ MODULES = \ guix/import/cran.scm \ guix/import/hackage.scm \ guix/import/elpa.scm \ - guix/import/github.scm \ guix/scripts.scm \ guix/scripts/download.scm \ guix/scripts/build.scm \ @@ -143,6 +142,7 @@ MODULES = \ if HAVE_GUILE_JSON MODULES += \ + guix/import/github.scm \ guix/import/json.scm \ guix/import/pypi.scm \ guix/scripts/import/pypi.scm \ -- cgit v1.2.3