On 2016-09-22 08:18, David Craven wrote:
* guix/import/utils.scm (json-fetch): Move json-fetch from (guix import json). --- guix/import/cpan.scm | 1 - guix/import/gem.scm | 1 - guix/import/json.scm | 32 -------------------------------- guix/import/pypi.scm | 1 - guix/import/utils.scm | 12 ++++++++++++ 5 files changed, 12 insertions(+), 35 deletions(-) delete mode 100644 guix/import/json.scm
We can't do this, since guile-json is an optional dependency for Guix. See the manual and makefiles.
`~Eric