diff options
| author | Yelninei <yelninei@tutamail.com> | 2026-03-15 14:50:57 +0000 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-03-19 15:32:46 +0100 |
| commit | aa5de6c847f4676f3a6e7def844a04f1254d1a18 (patch) | |
| tree | 7a9990d898107299b4ba2eec2e583745dcdd4b0f | |
| parent | 3e19d16741ec33b76f9b88c6bd319ff6ea1b9cae (diff) | |
gnu: gemrb: Use libc-utf-8-locales.
* gnu/packages/games.scm (gemrb)[native-inputs]: Replace
glibc-locales with libc-utf8-locales-for-target.
Change-Id: I48c0175ac09bedd16accdf366bf6e4901df61507
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #7192
| -rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 85104541c5a..6a1dd5df1ac 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -13433,7 +13433,9 @@ virtual reality devices.") (list #:configure-flags #~(list "-DUSE_TESTS=ON" "-DOPENGL_BACKEND=OpenGL"))) - (native-inputs (list python glibc-locales googletest)) + (native-inputs (list python + (libc-utf8-locales-for-target (%current-system)) + googletest)) (inputs (list freetype libiconv libpng |
