diff options
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | doc/guix.texi | 2 |
3 files changed, 3 insertions, 3 deletions
| @@ -20,7 +20,7 @@ Guix is based on the [[http://nixos.org/nix/][Nix]] package manager. | |||
| 20 | 20 | ||
| 21 | GNU Guix currently depends on the following packages: | 21 | GNU Guix currently depends on the following packages: |
| 22 | 22 | ||
| 23 | - [[http://gnu.org/software/guile/][GNU Guile 2.0.x]], version 2.0.5 or later | 23 | - [[http://gnu.org/software/guile/][GNU Guile 2.0.x]], version 2.0.7 or later |
| 24 | - [[http://gnupg.org/][GNU libgcrypt]] | 24 | - [[http://gnupg.org/][GNU libgcrypt]] |
| 25 | - optionally [[http://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command | 25 | - optionally [[http://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command |
| 26 | - optionally [[http://www.gnutls.org][GnuTLS]] compiled with guile support enabled, for HTTPS support | 26 | - optionally [[http://www.gnutls.org][GnuTLS]] compiled with guile support enabled, for HTTPS support |
diff --git a/configure.ac b/configure.ac index 5a9cea6fe2b..6979752d16d 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -67,7 +67,7 @@ dnl Make sure they are available. | |||
| 67 | m4_pattern_forbid([PKG_CHECK_MODULES]) | 67 | m4_pattern_forbid([PKG_CHECK_MODULES]) |
| 68 | m4_pattern_forbid([GUILE_MODULE_AVAILABLE]) | 68 | m4_pattern_forbid([GUILE_MODULE_AVAILABLE]) |
| 69 | 69 | ||
| 70 | PKG_CHECK_MODULES([GUILE], [guile-2.0 >= 2.0.5]) | 70 | PKG_CHECK_MODULES([GUILE], [guile-2.0 >= 2.0.7]) |
| 71 | AC_PATH_PROG([GUILE], [guile]) | 71 | AC_PATH_PROG([GUILE], [guile]) |
| 72 | AC_PATH_PROG([GUILD], [guild]) | 72 | AC_PATH_PROG([GUILD], [guild]) |
| 73 | if test "x$GUILD" = "x"; then | 73 | if test "x$GUILD" = "x"; then |
diff --git a/doc/guix.texi b/doc/guix.texi index 33b1c2ed01b..767c00e4392 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -332,7 +332,7 @@ in the Guix source tree for additional details. | |||
| 332 | GNU Guix depends on the following packages: | 332 | GNU Guix depends on the following packages: |
| 333 | 333 | ||
| 334 | @itemize | 334 | @itemize |
| 335 | @item @url{http://gnu.org/software/guile/, GNU Guile}, version 2.0.5 or later; | 335 | @item @url{http://gnu.org/software/guile/, GNU Guile}, version 2.0.7 or later; |
| 336 | @item @url{http://gnupg.org/, GNU libgcrypt}; | 336 | @item @url{http://gnupg.org/, GNU libgcrypt}; |
| 337 | @end itemize | 337 | @end itemize |
| 338 | 338 | ||
