summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-05-07 21:15:56 +0200
committerLudovic Courtès <ludo@gnu.org>2015-05-10 11:07:51 +0200
commit47c66da00b737b28f27429e472c71cf987409b60 (patch)
tree8a0ead4f26471624ea30eeab4d7fcb43777e6de9
parent8fda1b797063af19bda898e41dcf6a8369d8aed5 (diff)
downloadgnu-guix-47c66da00b737b28f27429e472c71cf987409b60.tar
gnu-guix-47c66da00b737b28f27429e472c71cf987409b60.tar.gz
build: Require Guile >= 2.0.7.
* configure.ac: Require guile-2.0 >= 2.0.7. * README: Adjust accordingly. * doc/guix.texi (Requirements): Likewise.
-rw-r--r--README2
-rw-r--r--configure.ac2
-rw-r--r--doc/guix.texi2
3 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 2d5e4492d0..fafa6524e9 100644
--- a/README
+++ b/README
@@ -20,7 +20,7 @@ Guix is based on the [[http://nixos.org/nix/][Nix]] package manager.
GNU Guix currently depends on the following packages:
- - [[http://gnu.org/software/guile/][GNU Guile 2.0.x]], version 2.0.5 or later
+ - [[http://gnu.org/software/guile/][GNU Guile 2.0.x]], version 2.0.7 or later
- [[http://gnupg.org/][GNU libgcrypt]]
- optionally [[http://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command
- optionally [[http://www.gnutls.org][GnuTLS]] compiled with guile support enabled, for HTTPS support
diff --git a/configure.ac b/configure.ac
index 5a9cea6fe2..6979752d16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,7 +67,7 @@ dnl Make sure they are available.
m4_pattern_forbid([PKG_CHECK_MODULES])
m4_pattern_forbid([GUILE_MODULE_AVAILABLE])
-PKG_CHECK_MODULES([GUILE], [guile-2.0 >= 2.0.5])
+PKG_CHECK_MODULES([GUILE], [guile-2.0 >= 2.0.7])
AC_PATH_PROG([GUILE], [guile])
AC_PATH_PROG([GUILD], [guild])
if test "x$GUILD" = "x"; then
diff --git a/doc/guix.texi b/doc/guix.texi
index 33b1c2ed01..767c00e439 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -332,7 +332,7 @@ in the Guix source tree for additional details.
GNU Guix depends on the following packages:
@itemize
-@item @url{http://gnu.org/software/guile/, GNU Guile}, version 2.0.5 or later;
+@item @url{http://gnu.org/software/guile/, GNU Guile}, version 2.0.7 or later;
@item @url{http://gnupg.org/, GNU libgcrypt};
@end itemize