From 7fc8b45fd0d8c7c7efc213ce9881a9bb73909922 Mon Sep 17 00:00:00 2001 From: Yelninei Date: Sun, 15 Mar 2026 14:48:40 +0000 Subject: [PATCH] gnu: gnome-desktop: Use libc-utf-8-locales. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- 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