diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-05-07 21:15:56 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-10 11:07:51 +0200 |
commit | 47c66da00b737b28f27429e472c71cf987409b60 (patch) | |
tree | 8a0ead4f26471624ea30eeab4d7fcb43777e6de9 /README | |
parent | 8fda1b797063af19bda898e41dcf6a8369d8aed5 (diff) | |
download | guix-47c66da00b737b28f27429e472c71cf987409b60.tar 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.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 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]], 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 |