diff mbox series

[bug#70953] gnu: 0ad: Use default icu4c version.

Message ID edafce898ef6598e29a04bf78fc7dd8034cfd8b7.1715719477.git.timotej.lazar@araneo.si
State New
Headers show
Series [bug#70953] gnu: 0ad: Use default icu4c version. | expand

Commit Message

Timotej Lazar May 14, 2024, 8:44 p.m. UTC
Fixes build on aarch64 where icu4c-68 is broken.

* gnu/packages/games.scm (0ad)[inputs]: Replace icu4c-68 with icu4c.

Change-Id: Ie2cade592e224eb72dc3286ba3b38626cd86b85b
---
 gnu/packages/games.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 898b5f30f3d485d48275c920da172863da9524c6

Comments

Andreas Enge May 15, 2024, 3:50 p.m. UTC | #1
Hello,

thanks for the patch, I have just pushed it.

It turns out that this was the only package requiring icu4c@68;
so I have also removed this latter package.

Andreas
diff mbox series

Patch

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 1a2c2236c8..a78b1d2702 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7380,7 +7380,7 @@  (define-public 0ad
            fmt
            freetype
            gloox
-           icu4c-68
+           icu4c
            libidn
            libpng
            libsodium