diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-03-15 15:18:39 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-03-15 15:19:54 +0100 |
commit | 608e42e7c92114497e7908980424288079acee1e (patch) | |
tree | 54464815e1d943a3de22876d0a3aa49ccd595748 /doc | |
parent | 13159c68ef912a77e5718232f6cf7a0deec4ecde (diff) | |
download | patches-608e42e7c92114497e7908980424288079acee1e.tar patches-608e42e7c92114497e7908980424288079acee1e.tar.gz |
build: Prefer Guile 2.2 over 2.0.
* configure.ac: In 'GUILE_PKG', prefer 2.2 over 2.0. Remove warning
about 2.2 not being fully supported.
* doc/guix.texi (Requirements): Mention Guile 2.2.x.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 82298e677d..78bf03de9e 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -551,7 +551,8 @@ 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.7 or later; +@item @url{http://gnu.org/software/guile/, GNU Guile}, version 2.0.7 or +later, including 2.2.x; @item @url{http://gnupg.org/, GNU libgcrypt}; @item @uref{http://gnutls.org/, GnuTLS}, specifically its Guile bindings |