diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2018-01-01 18:21:04 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-01-01 18:21:55 +0100 |
commit | 397cd9cc416c677e84fb4bb6efef5f99d1d2394f (patch) | |
tree | 19e56c3ecf25ee17a6dea4fc3b25199ed09631aa /README | |
parent | a5e3d59bb3281fffd26dfd4bd8a23567e5940e80 (diff) | |
download | patches-397cd9cc416c677e84fb4bb6efef5f99d1d2394f.tar patches-397cd9cc416c677e84fb4bb6efef5f99d1d2394f.tar.gz |
doc: Update requirements in 'README'.
* README (Requirements): Update.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -23,10 +23,9 @@ GNU Guix currently depends on the following packages: - [[https://gnu.org/software/guile/][GNU Guile 2.2.x or 2.0.x]], version 2.0.9 or later - [[https://gnupg.org/][GNU libgcrypt]] - [[https://www.gnu.org/software/make/][GNU Make]] + - [[https://www.gnutls.org][GnuTLS]] compiled with guile support enabled. + - [[https://gitlab.com/guile-git/guile-git][Guile-Git]] - optionally [[https://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command - - optionally [[https://www.gnutls.org][GnuTLS]] compiled with guile support enabled, for HTTPS support - in the 'guix download' command. Note that 'guix import pypi' requires - this functionality. Unless `--disable-daemon' was passed, the following packages are needed: |