guix_mirror_bot pushed a commit to branch master
in repository guix.

commit aa5de6c847f4676f3a6e7def844a04f1254d1a18
Author: Yelninei <[email protected]>
AuthorDate: Sun Mar 15 14:50:57 2026 +0000

    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 <[email protected]>
    Merges: #7192
---
 gnu/packages/games.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 85104541c5..6a1dd5df1a 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

Reply via email to