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 /README | |
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 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ GNU Guix currently depends on the following packages: - [[https://notabug.org/guile-sqlite3/guile-sqlite3][Guile-SQLite3]], version 0.1.0 or later - [[https://gitlab.com/guile-git/guile-git][Guile-Git]] - [[http://www.zlib.net/][zlib]] - - optionally [[https://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command + - [[https://savannah.nongnu.org/projects/guile-json/][Guile-JSON]] Unless `--disable-daemon' was passed, the following packages are needed: |