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 | |
| parent | 319e26e4de3059a4b0c7a3af707be91b721f66f6 (diff) | |
doc: Specify Guile-SQLite3 minimum version.
* doc/guix.texi (Requirements): Specify the minimum guile-sqlite3
version.
* README (Requirements): Likewise.
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | doc/guix.texi | 4 |
2 files changed, 3 insertions, 3 deletions
| @@ -24,7 +24,7 @@ GNU Guix currently depends on the following packages: | |||
| 24 | - [[https://gnupg.org/][GNU libgcrypt]] | 24 | - [[https://gnupg.org/][GNU libgcrypt]] |
| 25 | - [[https://www.gnu.org/software/make/][GNU Make]] | 25 | - [[https://www.gnu.org/software/make/][GNU Make]] |
| 26 | - [[https://www.gnutls.org][GnuTLS]] compiled with guile support enabled | 26 | - [[https://www.gnutls.org][GnuTLS]] compiled with guile support enabled |
| 27 | - [[https://notabug.org/civodul/guile-sqlite3][Guile-SQLite3]] | 27 | - [[https://notabug.org/civodul/guile-sqlite3][Guile-SQLite3]], version 0.1.0 or later |
| 28 | - [[https://gitlab.com/guile-git/guile-git][Guile-Git]] | 28 | - [[https://gitlab.com/guile-git/guile-git][Guile-Git]] |
| 29 | - [[http://www.zlib.net/][zlib]] | 29 | - [[http://www.zlib.net/][zlib]] |
| 30 | - optionally [[https://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command | 30 | - optionally [[https://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command |
diff --git a/doc/guix.texi b/doc/guix.texi index e68a3469d48..841bc2a34f0 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -614,8 +614,8 @@ later, including 2.2.x; | |||
| 614 | (@pxref{Guile Preparations, how to install the GnuTLS bindings for | 614 | (@pxref{Guile Preparations, how to install the GnuTLS bindings for |
| 615 | Guile,, gnutls-guile, GnuTLS-Guile}); | 615 | Guile,, gnutls-guile, GnuTLS-Guile}); |
| 616 | @item | 616 | @item |
| 617 | @c FIXME: Specify a version number once a release has been made. | 617 | @uref{https://notabug.org/civodul/guile-sqlite3, Guile-SQLite3}, version 0.1.0 |
| 618 | @uref{https://notabug.org/civodul/guile-sqlite3, Guile-SQLite3}; | 618 | or later; |
| 619 | @item | 619 | @item |
| 620 | @c FIXME: Specify a version number once a release has been made. | 620 | @c FIXME: Specify a version number once a release has been made. |
| 621 | @uref{https://gitlab.com/guile-git/guile-git, Guile-Git}, from August | 621 | @uref{https://gitlab.com/guile-git/guile-git, Guile-Git}, from August |
