guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 7fc8b45fd0d8c7c7efc213ce9881a9bb73909922
Author: Yelninei <[email protected]>
AuthorDate: Sun Mar 15 14:48:40 2026 +0000
gnu: gnome-desktop: Use libc-utf-8-locales.
* gnu/packages/gnome.scm (gnome-desktop)[native-inputs]: Replace
glibc-locales with libc-utf8-locales-for-target.
Change-Id: Ie48c5c383b6e3b2b4f55d7b69fbe863966f556ea
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9a3edb0da9..863697495d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2127,7 +2127,7 @@ offline sources, providing a centralized place for
managing your contacts.")
"lib/locale")))))))
(native-inputs
(list `(,glib "bin") ;for gdbus-codegen
- glibc-locales ;for tests
+ (libc-utf8-locales-for-target (%current-system)) ;for tests
gobject-introspection
itstool
intltool