summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludovic.courtes@inria.fr>2018-03-28 17:06:33 +0200
committerLudovic Courtès <ludovic.courtes@inria.fr>2018-03-28 17:06:33 +0200
commitc5e7bca248bf5f390265e481e194ff41a58fcc18 (patch)
tree9dd855bee7ab5c4c9cea19a5214f3d4a12cea00e /Makefile.am
parent183445a6ed1cbac929ecb65303246945c8ccf39d (diff)
downloadguix-c5e7bca248bf5f390265e481e194ff41a58fcc18.tar.gz
build: Build (guix ci) and (guix scripts weather) when HAVE_GUILE_JSON.
* Makefile.am (MODULES): Move guix/ci.scm and guix/scripts/weather.scm
to the HAVE_GUILE_JSON-guarded block.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index e50d8430e5..e647f270d3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -115,7 +115,6 @@ MODULES =					\
   guix/build-system/trivial.scm			\
   guix/ftp-client.scm				\
   guix/http-client.scm				\
-  guix/ci.scm					\
   guix/gnupg.scm				\
   guix/elf.scm					\
   guix/profiling.scm				\
@@ -205,7 +204,6 @@ MODULES =					\
   guix/scripts/import/texlive.scm  		\
   guix/scripts/environment.scm			\
   guix/scripts/publish.scm			\
-  guix/scripts/weather.scm			\
   guix/scripts/edit.scm				\
   guix/scripts/size.scm				\
   guix/scripts/graph.scm			\
@@ -217,6 +215,7 @@ MODULES =					\
 if HAVE_GUILE_JSON
 
 MODULES +=					\
+  guix/ci.scm					\
   guix/docker.scm	   			\
   guix/import/cpan.scm				\
   guix/import/crate.scm				\
@@ -230,7 +229,8 @@ MODULES +=					\
   guix/scripts/import/gem.scm			\
   guix/scripts/import/json.scm  		\
   guix/scripts/import/pypi.scm			\
-  guix/scripts/import/stackage.scm
+  guix/scripts/import/stackage.scm		\
+  guix/scripts/weather.scm
 
 endif