* [bug#70953] [PATCH] gnu: 0ad: Use default icu4c version.
@ 2024-05-14 20:44 Timotej Lazar
2024-05-15 15:50 ` bug#70953: Close Andreas Enge
0 siblings, 1 reply; 2+ messages in thread
From: Timotej Lazar @ 2024-05-14 20:44 UTC (permalink / raw)
To: 70953
Cc: Timotej Lazar, Adam Faiz, Liliana Marie Prikler,
宋文武
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(-)
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
base-commit: 898b5f30f3d485d48275c920da172863da9524c6
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#70953: Close
2024-05-14 20:44 [bug#70953] [PATCH] gnu: 0ad: Use default icu4c version Timotej Lazar
@ 2024-05-15 15:50 ` Andreas Enge
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Enge @ 2024-05-15 15:50 UTC (permalink / raw)
To: 70953-done
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-15 15:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-14 20:44 [bug#70953] [PATCH] gnu: 0ad: Use default icu4c version Timotej Lazar
2024-05-15 15:50 ` bug#70953: Close Andreas Enge
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.