diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-07-17 11:01:42 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-07-17 11:01:42 +0200 |
commit | 4a328f7342ade8dd8536638e19bc8a5b33bb89fe (patch) | |
tree | 06af899e2f2e533a23f1994e888dd4530adb353a | |
parent | 88ebd5e699a1cfcf088a17fa1317eed8fc8687f4 (diff) | |
download | guix-4a328f7342ade8dd8536638e19bc8a5b33bb89fe.tar guix-4a328f7342ade8dd8536638e19bc8a5b33bb89fe.tar.gz |
doc: Mark 2.0.5 as being the minimum Guile version.
* doc/guix.texi (Requirements): Require Guile 2.0.5+.
* README: Ditto.
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | doc/guix.texi | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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]] + - [[http://gnu.org/software/guile/][GNU Guile 2.0.x]], version 2.0.5 or later - [[http://gnupg.org/][GNU libgcrypt]] Unless `--disable-daemon' was passed, the following packages are needed: diff --git a/doc/guix.texi b/doc/guix.texi index 009ea4beb3..ab31ffd575 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -162,7 +162,7 @@ is not covered here. Please see the files @file{README} and GNU Guix depends on the following packages: @itemize -@item @url{http://gnu.org/software/guile/, GNU Guile 2.0.x}; +@item @url{http://gnu.org/software/guile/, GNU Guile}, version 2.0.5 or later; @item @url{http://gnupg.org/, GNU libgcrypt} @end itemize |