diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-10-06 19:12:11 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-10-06 19:34:27 +0200 |
commit | 288dca55a8070b502fd403639e791967dbe55b34 (patch) | |
tree | d39ce8b0873aff0c0730e33ad389184e8b9fbda6 /README | |
parent | 108e0c6101711d9940fc798963e13e022c026337 (diff) | |
download | patches-288dca55a8070b502fd403639e791967dbe55b34.tar patches-288dca55a8070b502fd403639e791967dbe55b34.tar.gz |
doc: Mention optional dependency on Guile-JSON.
* README (Requirements): Add Guile-JSON.
* doc/guix.texi (Requirements): Likewise.
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ GNU Guix currently depends on the following packages: - [[http://gnu.org/software/guile/][GNU Guile 2.0.x]], version 2.0.5 or later - [[http://gnupg.org/][GNU libgcrypt]] + - optionally [[http://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command Unless `--disable-daemon' was passed, the following packages are needed: |