diff options
author | Timotej Lazar <timotej.lazar@araneo.si> | 2024-05-14 22:44:37 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2024-05-15 17:33:58 +0200 |
commit | 8a205d957642dfbfa9ef055b0aff17d1480372a3 (patch) | |
tree | 39d454af4ccf73bfe2199bc05a374c9d34695522 /gnu/packages/games.scm | |
parent | b31a49cb5ea036a9869f3c2cd40d0f8b99af01f9 (diff) | |
download | guix-8a205d957642dfbfa9ef055b0aff17d1480372a3.tar.gz guix-8a205d957642dfbfa9ef055b0aff17d1480372a3.zip |
gnu: 0ad: Use default icu4c version.
Fixes build on aarch64 where icu4c-68 is broken.
* gnu/packages/games.scm (0ad)[inputs]: Replace icu4c-68 with icu4c.
Change-Id: Ie2cade592e224eb72dc3286ba3b38626cd86b85b
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 30a4d425f3..03a36a8a6d 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -7380,7 +7380,7 @@ fight against their plot and save his fellow rabbits from slavery.") fmt freetype gloox - icu4c-68 + icu4c libidn libpng libsodium |