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) | |
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. | |||
| 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]] | 23 | - [[http://gnu.org/software/guile/][GNU Guile 2.0.x]], version 2.0.5 or later |
| 24 | - [[http://gnupg.org/][GNU libgcrypt]] | 24 | - [[http://gnupg.org/][GNU libgcrypt]] |
| 25 | 25 | ||
| 26 | Unless `--disable-daemon' was passed, the following packages are needed: | 26 | Unless `--disable-daemon' was passed, the following packages are needed: |
diff --git a/doc/guix.texi b/doc/guix.texi index 009ea4beb30..ab31ffd5750 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -162,7 +162,7 @@ is not covered here. Please see the files @file{README} and | |||
| 162 | GNU Guix depends on the following packages: | 162 | GNU Guix depends on the following packages: |
| 163 | 163 | ||
| 164 | @itemize | 164 | @itemize |
| 165 | @item @url{http://gnu.org/software/guile/, GNU Guile 2.0.x}; | 165 | @item @url{http://gnu.org/software/guile/, GNU Guile}, version 2.0.5 or later; |
| 166 | @item @url{http://gnupg.org/, GNU libgcrypt} | 166 | @item @url{http://gnupg.org/, GNU libgcrypt} |
| 167 | @end itemize | 167 | @end itemize |
| 168 | 168 | ||
