diff options
| author | Yelninei <yelninei@tutamail.com> | 2026-03-15 14:49:19 +0000 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-03-19 15:32:46 +0100 |
| commit | c582fb3124a5db732630174f395fafca225076ef (patch) | |
| tree | 7df0e042c4a1be24e45d7ea68c2970e27086314e | |
| parent | 7fc8b45fd0d8c7c7efc213ce9881a9bb73909922 (diff) | |
gnu: geocode-glib: Use libc-locales-for-target.
* gnu/packages/gnome.scm (geocode-glib)[native-inputs]: Replace
glibc-locales with libc-utf8-locales-for-target.
Change-Id: Id39873148e2318341f3c8dba5cbe5f20dcff9cbc
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| -rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 863697495db..6e03d899762 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5617,7 +5617,7 @@ permission from user.") (search-input-directory inputs "lib/locale"))))))) (native-inputs (list `(,glib "bin") ;for glib-mkenums - glibc-locales ;for tests + (libc-utf8-locales-for-target (%current-system)) ;for tests gettext-minimal gobject-introspection gtk-doc/stable |
