Re: [PATCH] import: utils: Remove dependency on (json) module.

2016-10-16 Thread Alex Kost
Ricardo Wurmus (2016-10-16 12:29 +0200) wrote: > Alex Kost writes: > >> Commit fbe9c1012820 introduced unneeded dependency on (json) module, >> i.e. 'guile-json' is a hard dependency of Guix now. >> >> Was it an accident, or do I miss anything? > > I think this was an accident. We always tried t

Re: [PATCH] import: utils: Remove dependency on (json) module.

2016-10-16 Thread Ricardo Wurmus
Alex Kost writes: > Commit fbe9c1012820 introduced unneeded dependency on (json) module, > i.e. 'guile-json' is a hard dependency of Guix now. > > Was it an accident, or do I miss anything? I think this was an accident. We always tried to keep guile-json as a soft dependency in the past and I

[PATCH] import: utils: Remove dependency on (json) module.

2016-10-15 Thread Alex Kost
9:41:35 +0300 Subject: [PATCH] import: utils: Remove dependency on (json) module. This fixes a regression introduced by commit fbe9c1012820ab72f022a6ec958c35b431ae7a74. * guix/import/utils.scm: Remove unused (json) module. --- guix/import/utils.scm | 1 - 1 file changed, 1 deletion(-) diff --git