guix-commits
[Top][All Lists]
Advanced

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

01/01: build: Build (guix import github) only when Guile-JSON is availab


From: Ludovic Courtès
Subject: 01/01: build: Build (guix import github) only when Guile-JSON is available.
Date: Thu, 03 Mar 2016 16:48:02 +0000

civodul pushed a commit to branch master
in repository guix.

commit 7016184245a3cf53fbe062901babdc76b85a7319
Author: Ludovic Courtès <address@hidden>
Date:   Thu Mar 3 17:46:58 2016 +0100

    build: Build (guix import github) only when Guile-JSON is available.
    
    Reported by Justus Winter <address@hidden>.
    
    * Makefile.am (MODULES): Add guix/import/github.scm only when
    HAVE_GUILE_JSON.
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 4c53779..6f8e57c 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                 \



reply via email to

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