guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: rust: Run linker under C.UTF-8 instead


From: guix-commits
Subject: branch core-updates updated: gnu: rust: Run linker under C.UTF-8 instead of en_US.UTF-8.
Date: Mon, 08 Jan 2024 06:08:07 -0500

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

civodul pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 6a25c24c6c gnu: rust: Run linker under C.UTF-8 instead of en_US.UTF-8.
6a25c24c6c is described below

commit 6a25c24c6c66dbee1d1699ac639faeff963e1386
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jan 8 12:06:34 2024 +0100

    gnu: rust: Run linker under C.UTF-8 instead of en_US.UTF-8.
    
    This is a followup to 02d21712be1eb31a917313662b924763e81affb3.
    
    * gnu/packages/rust.scm (rust-1.55)[arguments]: In
    ‘set-linker-locale-to-utf8’, change to C.UTF-8.
    
    Change-Id: I94f27123ca8ac4761fd9bae6267c3a9d122b3a1d
---
 gnu/packages/rust.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 2db9d3e4e8..8f74ae3046 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -435,7 +435,7 @@ safety and thread safety guarantees.")
            (lambda _
              (substitute* (find-files "." "^linker.rs$")
                (("linker.env\\(\"LC_ALL\", \"C\"\\);")
-                "linker.env(\"LC_ALL\", \"en_US.UTF-8\");"))))
+                "linker.env(\"LC_ALL\", \"C.UTF-8\");"))))
          (add-after 'unpack 'add-cc-shim-to-path
            (lambda _
              (mkdir-p "/tmp/bin")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]