guix-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Ludovic Courtès
Date: Sat, 18 Jan 2020 09:18:28 -0500 (EST)

branch: master
commit c238cc9f87926a12ad34b989ac53d7a9549f8f5c
Author: Ludovic Courtès <address@hidden>
AuthorDate: Sat Jan 18 15:18:00 2020 +0100

    build: Allow builds with Guile 3.0.
    
    * configure.ac: Add "3.0" to 'GUILE_PKG'.
    * README: Mention it.
---
 README       | 2 +-
 configure.ac | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README b/README
index 3e4d753..c4cf8f0 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ Requirements
 
 Cuirass currently depends on the following packages:
 
-  - GNU Guile 2.2.x or later
+  - GNU Guile 3.0.x or 2.2.x
   - GNU Guix (and all its development dependencies)
   - GNU Make
   - Guile-JSON 3.x
diff --git a/configure.ac b/configure.ac
index 0de0065..d562c94 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 ## Process this file with autoconf to produce a configure script.
 
 # Copyright © 2016, 2017 Mathieu Lirzin <address@hidden>
-# Copyright © 2017, 2018 Ludovic Courtès <address@hidden>
+# Copyright © 2017, 2018, 2020 Ludovic Courtès <address@hidden>
 # Copyright © 2017 Mathieu Othacehe <address@hidden>
 #
 # This file is part of Cuirass.
@@ -36,7 +36,7 @@ AC_PROG_MKDIR_P
 AC_PROG_SED
 
 # We need Fibers, which requires 2.2+.
-GUILE_PKG([2.2])
+GUILE_PKG([3.0 2.2])
 
 AC_PATH_PROG([GUILE], [guile])
 AC_PATH_PROG([GUILD], [guild])



reply via email to

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