guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: build: Build (guix ci) and (guix scripts weather) when HAVE_GUILE


From: Ludovic Courtès
Subject: 01/04: build: Build (guix ci) and (guix scripts weather) when HAVE_GUILE_JSON.
Date: Wed, 28 Mar 2018 11:18:56 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit c5e7bca248bf5f390265e481e194ff41a58fcc18
Author: Ludovic Courtès <address@hidden>
Date:   Wed Mar 28 17:06:33 2018 +0200

    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.
---
 Makefile.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index e50d843..e647f27 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]