mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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 <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
17f96e24db
commit
7fc8b45fd0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user