From 9cfdf6d457bde93e14425ce20d6e054de8b4de51 Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Sat, 19 Jul 2025 06:26:48 +0800 Subject: [PATCH] gnu: hedgewars: Build with default clang. * gnu/packages/games.scm (hedgewars)[native-inputs]: Replace clang-9 with clang. Change-Id: Ie5a390f47848db34f7ac814832fca78b0177bedf --- 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 913cdf7930330cc4f2d7fab8825c287ca2e0f30c..1259dedfad6463adebc0fb08c1ddfb28a4968ee9 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -11241,7 +11241,7 @@ play with up to four players simultaneously. It has network support.") (sdl-union (list sdl2 sdl2-mixer sdl2-net sdl2-ttf sdl2-image)))) (native-inputs - (list clang-9 ghc pkg-config qttools-5)) + (list clang ghc pkg-config qttools-5)) (home-page "https://hedgewars.org/") (synopsis "Turn-based artillery game featuring fighting hedgehogs") (description