~ruther/guix-local

9cfdf6d457bde93e14425ce20d6e054de8b4de51 — Zheng Junjie 10 months ago 3ab7c7d
gnu: hedgewars: Build with default clang.

* gnu/packages/games.scm (hedgewars)[native-inputs]: Replace clang-9 with
clang.

Change-Id: Ie5a390f47848db34f7ac814832fca78b0177bedf
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/games.scm
M gnu/packages/games.scm => gnu/packages/games.scm +1 -1
@@ 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