diff options
| author | Ian Denhardt <ian@zenhack.net> | 2014-10-26 01:21:22 -0400 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2014-10-27 13:53:46 +0100 |
| commit | 8a96bd4bb0f0b67f535ab84d22d1275436fa0b8e (patch) | |
| tree | c333c528761e4027dcdb30bbe4c4bf6358d23d3b /README | |
| parent | 537c8bb3fc882ef266a9e98b86a9073edec32273 (diff) | |
doc: Add a note about optional GnuTLS dependency.
* README (Requirements): add a note about 'guix download''s GnuTLS dependency.
* doc/guix.texi (Requirements): Likewise.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -23,6 +23,9 @@ GNU Guix currently depends on the following packages: | |||
| 23 | - [[http://gnu.org/software/guile/][GNU Guile 2.0.x]], version 2.0.5 or later | 23 | - [[http://gnu.org/software/guile/][GNU Guile 2.0.x]], version 2.0.5 or later |
| 24 | - [[http://gnupg.org/][GNU libgcrypt]] | 24 | - [[http://gnupg.org/][GNU libgcrypt]] |
| 25 | - optionally [[http://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command | 25 | - optionally [[http://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command |
| 26 | - optionally [[http://www.gnutls.org][GnuTLS]] compiled with guile support enabled, for HTTPS support | ||
| 27 | in the 'guix download' command. Note that 'guix import pypi' requires | ||
| 28 | this functionality. | ||
| 26 | 29 | ||
| 27 | Unless `--disable-daemon' was passed, the following packages are needed: | 30 | Unless `--disable-daemon' was passed, the following packages are needed: |
| 28 | 31 | ||
