doc: Mention optional dependency on Guile-JSON.
authorLudovic Courtès <ludo@gnu.org>
Mon, 6 Oct 2014 17:12:11 +0000 (19:12 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 6 Oct 2014 17:34:27 +0000 (19:34 +0200)
* README (Requirements): Add Guile-JSON.
* doc/guix.texi (Requirements): Likewise.

README
doc/guix.texi

diff --git a/README b/README
index 7dd016e..3e9e972 100644 (file)
--- a/README
+++ b/README
@@ -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:
 
index f6357bd..ac2aad6 100644 (file)
@@ -150,7 +150,12 @@ GNU Guix depends on the following packages:
 
 @itemize
 @item @url{http://gnu.org/software/guile/, GNU Guile}, version 2.0.5 or later;
-@item @url{http://gnupg.org/, GNU libgcrypt}
+@item @url{http://gnupg.org/, GNU libgcrypt};
+@item
+optionally, installing
+@url{http://savannah.nongnu.org/projects/guile-json/, Guile-JSON} will
+allow you to use the @command{guix import pypi} command; it is of
+interest primarily for developers and not for casual users.
 @end itemize
 
 Unless @code{--disable-daemon} was passed to @command{configure}, the