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 /gnu | |
| 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
Diffstat (limited to 'gnu')
| -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.") | |||
| 13433 | (list | 13433 | (list |
| 13434 | #:configure-flags | 13434 | #:configure-flags |
| 13435 | #~(list "-DUSE_TESTS=ON" "-DOPENGL_BACKEND=OpenGL"))) | 13435 | #~(list "-DUSE_TESTS=ON" "-DOPENGL_BACKEND=OpenGL"))) |
| 13436 | (native-inputs (list python glibc-locales googletest)) | 13436 | (native-inputs (list python |
| 13437 | (libc-utf8-locales-for-target (%current-system)) | ||
| 13438 | googletest)) | ||
| 13437 | (inputs (list freetype | 13439 | (inputs (list freetype |
| 13438 | libiconv | 13440 | libiconv |
| 13439 | libpng | 13441 | libpng |
