diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-01-05 11:47:51 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-01-05 11:50:38 +0200 |
| commit | 35fee4fd2e955862499050276c0313fed87f721e (patch) | |
| tree | da6214e7f98a4b7a1017abed79f0f0ba370fd987 | |
| parent | 8f940ef48d0c593c5ed844f680d5986ad5e423e8 (diff) | |
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
| -rw-r--r-- | guix/build-system/cargo.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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)))) |
