> On 15. Jul 2019, at 14:25, Ludovic Courtès <l...@gnu.org> wrote:
> 
> Hi,
> 
> Robert Vollmert <r...@vllmrt.net> skribis:
> 
>> It’s a bit my fault, for remarking on the fact that the cargo build
>> system does use guile-json. I suppose that’s not worth fixing either
>> at this point?
> 
> Indeed, ‘cargo-build-system’ has the same problem:
> 
> --8<---------------cut here---------------start------------->8---
> (define %cargo-build-system-modules
>  ;; Build-side modules imported by default.
>  `((guix build cargo-build-system)
>    (json parser)
>    ,@%cargo-utils-modules))
> --8<---------------cut here---------------end--------------->8---
> 
> We should definitely fix it, or we’ll run into discrepancies like I
> described.
> 
> For now, the easiest option would be to use (guix build json) as well.
> 
> Could you look into it, Robert?

Done: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36676

(Was the cargo-build-system not even working a known issue? I don’t
see a bug report…)


Reply via email to