guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 991719784aa2091985fc94c87d25a94f880413a3
Author: Yelninei <[email protected]>
AuthorDate: Wed Oct 29 16:22:11 2025 +0000

    gnu: guix: Use native locales in native-inputs.
    
    Fixes an issue building  doc/guix.ru.info when glibc/hurd != glibc.
    
        guix.ru.texi:3151: @node `??????????????????????' previously defined
        guix.ru.texi:2251: here is the previous definition as @node
    
    * gnu/packages/package-management.scm (guix)[native-inputs]: Use 
utf8-locales
    for the current-system.
    
    Change-Id: I8d8821b1017380552b90aba6edad0da86ba2a64e
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 gnu/packages/package-management.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index 0fbe50fdce..97e737573c 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -486,7 +486,8 @@ $(prefix)/etc/openrc\n")))
                     ;; the 'patch-shebangs' phase, which would otherwise
                     ;; change it to 'GUILE/bin/guile'.
                     (delete 'patch-shebangs))))
-      (native-inputs `(("locales" ,(libc-utf8-locales-for-target))
+      (native-inputs `(("locales" ,(libc-utf8-locales-for-target
+                                    (%current-system)))
                        ("pkg-config" ,pkg-config)
 
                        ;; Guile libraries are needed here for

Reply via email to