mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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
This commit is contained in:
parent
8f940ef48d
commit
35fee4fd2e
1 changed files with 1 additions and 1 deletions
|
|
@ -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))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue