diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-06-27 14:54:12 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-06-27 16:58:59 +0200 |
commit | fc6cbb311c5a1acb9cf1d5422fbf1bc23da31d55 (patch) | |
tree | 642db6a97802a198908d23779c4d2e922cb8a0f6 /README | |
parent | 319e26e4de3059a4b0c7a3af707be91b721f66f6 (diff) | |
download | guix-fc6cbb311c5a1acb9cf1d5422fbf1bc23da31d55.tar guix-fc6cbb311c5a1acb9cf1d5422fbf1bc23da31d55.tar.gz |
doc: Specify Guile-SQLite3 minimum version.
* doc/guix.texi (Requirements): Specify the minimum guile-sqlite3
version.
* README (Requirements): Likewise.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ GNU Guix currently depends on the following packages: - [[https://gnupg.org/][GNU libgcrypt]] - [[https://www.gnu.org/software/make/][GNU Make]] - [[https://www.gnutls.org][GnuTLS]] compiled with guile support enabled - - [[https://notabug.org/civodul/guile-sqlite3][Guile-SQLite3]] + - [[https://notabug.org/civodul/guile-sqlite3][Guile-SQLite3]], version 0.1.0 or later - [[https://gitlab.com/guile-git/guile-git][Guile-Git]] - [[http://www.zlib.net/][zlib]] - optionally [[https://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command |