This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 35fee4fd2e build-system: cargo: Use the correct guile-json when 
cross-compiling.
35fee4fd2e is described below

commit 35fee4fd2e955862499050276c0313fed87f721e
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Jan 5 11:47:51 2026 +0200

    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 <[email protected]>
    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 42bd495c30..6de1c7269c 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))))

Reply via email to