guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: 0ad: Use default icu4c version.


From: guix-commits
Subject: 01/02: gnu: 0ad: Use default icu4c version.
Date: Wed, 15 May 2024 11:48:24 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit 8a205d957642dfbfa9ef055b0aff17d1480372a3
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Tue May 14 22:44:37 2024 +0200

    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>
---
 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 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]