guix-commits
[Top][All Lists]
Advanced

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

01/04: build: Build (guix import gnome) only when we have Guile-JSON.


From: Ludovic Courtès
Subject: 01/04: build: Build (guix import gnome) only when we have Guile-JSON.
Date: Tue, 26 Sep 2017 04:37:37 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a95ddf0d0747bd3742a682fcce39a86c181e6312
Author: Ludovic Courtès <address@hidden>
Date:   Tue Sep 26 09:29:00 2017 +0200

    build: Build (guix import gnome) only when we have Guile-JSON.
    
    * Makefile.am (MODULES): Move guix/import/gnome.scm under "if
    HAVE_GUILE_JSON".
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 2671065..a178d53 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -151,7 +151,6 @@ MODULES =                                   \
   guix/import/hackage.scm                      \
   guix/import/elpa.scm                         \
   guix/import/texlive.scm                      \
-  guix/import/gnome.scm                                \
   guix/scripts.scm                             \
   guix/scripts/download.scm                    \
   guix/scripts/perform-download.scm            \
@@ -195,6 +194,7 @@ MODULES +=                                  \
   guix/import/crate.scm                                \
   guix/import/gem.scm                          \
   guix/import/github.scm                       \
+  guix/import/gnome.scm                                \
   guix/import/json.scm                         \
   guix/import/pypi.scm                         \
   guix/import/stackage.scm                     \



reply via email to

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