From 991719784aa2091985fc94c87d25a94f880413a3 Mon Sep 17 00:00:00 2001 From: Yelninei Date: Wed, 29 Oct 2025 16:22:11 +0000 Subject: [PATCH] gnu: guix: Use native locales in native-inputs. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- 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 0fbe50fdce548c7f1b5e21c1b3d2ab77c736b5b8..97e737573c4930cda9d3a70aaac45a25c4238a83 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