~ruther/guix-local

35fee4fd2e955862499050276c0313fed87f721e — Efraim Flashner a month ago 8f940ef
build-system: cargo: Use the correct guile-json when cross-compiling.

* guix/build-system/cargo.scm (cargo-cross-build): Use the defined
cargo-guile-json as the guile-json implementation.

Reported-by: Christopher Baines <mail@cbaines.net>
Change-Id: I270024c07eb8fff452b7671d7d45fbe37300f54d
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/build-system/cargo.scm
M guix/build-system/cargo.scm => guix/build-system/cargo.scm +1 -1
@@ 228,7 228,7 @@ unavailable."
                            (native-search-paths '())
                            (system (%current-system))
                            (guile #f)
                            (guile-json (default-guile-json))
                            (guile-json (cargo-guile-json))
                            (imported-modules %cargo-build-system-modules)
                            (modules '((guix build cargo-build-system)
                                       (guix build utils))))