diff options
author | Eric Bavier <bavier@member.fsf.org> | 2018-12-01 20:46:22 -0600 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2018-12-02 17:56:05 -0600 |
commit | 6776af04d4b65c5a9a07784307a6abe395b6f480 (patch) | |
tree | 24bc82ab725e14ce7f39d6fef7c36601ce55ae8e /doc | |
parent | a7bed894d2dca20071a4738e4fd604bd8b7cf1a3 (diff) | |
download | guix-6776af04d4b65c5a9a07784307a6abe395b6f480.tar guix-6776af04d4b65c5a9a07784307a6abe395b6f480.tar.gz |
Make Guile-JSON a required dependency.
* README (Requirements): Remove "optional" verbiage.
* doc/guix.texi (Requirements): Move Guile-JSON from optional to required.
* configure.ac (HAVE_GUILE_JSON): Remove Automake conditional.
(have_guile_json): Error if not "yes".
* Makefile.am (MODULE, SCM_TESTS)[HAVE_GUILE_JSON]: Add modules and tests
unconditionally.
* gnu/packages/package-mangement.scm (guix-minimal)[propagated-inputs]: Leave
guile-json input.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 870c710ea7..b0aa5aa872 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -653,6 +653,7 @@ or later; @c FIXME: Specify a version number once a release has been made. @uref{https://gitlab.com/guile-git/guile-git, Guile-Git}, from August 2017 or later; +@item @uref{https://savannah.nongnu.org/projects/guile-json/, Guile-JSON}; @item @url{http://zlib.net, zlib}; @item @url{http://www.gnu.org/software/make/, GNU Make}. @end itemize @@ -661,13 +662,6 @@ The following dependencies are optional: @itemize @item -Installing -@url{http://savannah.nongnu.org/projects/guile-json/, Guile-JSON} will -allow you to use the @command{guix import pypi} command (@pxref{Invoking -guix import}). It is of -interest primarily for developers and not for casual users. - -@item @c Note: We need at least 0.10.2 for 'channel-send-eof'. Support for build offloading (@pxref{Daemon Offload Setup}) and @command{guix copy} (@pxref{Invoking guix copy}) depends on |