diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-10-18 14:20:56 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-10-18 14:27:01 +0200 |
commit | 7460b06a2d88c93eb7c4539407276982eaaef2a4 (patch) | |
tree | 33fa2d11eb02cc73fa038fa3bf4feeaf23d8675a /doc | |
parent | c340c24a8d093c4d061eec055b73cc34c375ccf8 (diff) | |
download | guix-7460b06a2d88c93eb7c4539407276982eaaef2a4.tar.gz |
doc: Mention Guile-GnuTLS in the requirements.
* doc/guix.texi (Requirements): Update.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index f0fb383005..3bf2dee752 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -950,9 +950,11 @@ version 3.0.3 or later; @item @url{https://notabug.org/cwebber/guile-gcrypt, Guile-Gcrypt}, version 0.1.0 or later; @item -@uref{https://gnutls.org/, GnuTLS}, specifically its Guile bindings -(@pxref{Guile Preparations, how to install the GnuTLS bindings for -Guile,, gnutls-guile, GnuTLS-Guile}); +@uref{https://gitlab.com/gnutls/guile/, Guile-GnuTLS} (@pxref{Guile +Preparations, how to install the GnuTLS bindings for Guile,, +gnutls-guile, GnuTLS-Guile})@footnote{The Guile bindings to +@uref{https://gnutls.org/, GnuTLS} were distributed as part of GnuTLS +until version 3.7.8 included.}; @item @uref{https://notabug.org/guile-sqlite3/guile-sqlite3, Guile-SQLite3}, version 0.1.0 or later; |