Hi,
Robert Vollmert <[email protected]> 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?
Thanks,
Ludo’.