From 35fee4fd2e955862499050276c0313fed87f721e Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 5 Jan 2026 11:47:51 +0200 Subject: [PATCH] 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 Change-Id: I270024c07eb8fff452b7671d7d45fbe37300f54d --- guix/build-system/cargo.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/build-system/cargo.scm b/guix/build-system/cargo.scm index 42bd495c307..6de1c7269cd 100644 --- a/guix/build-system/cargo.scm +++ b/guix/build-system/cargo.scm @@ -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))))