This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 57df83570d gnu: cataclysm-dda: Fix build.
57df83570d is described below

commit 57df83570d42082dbff2526098cf23f31979c9b7
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Jul 19 14:19:53 2025 +0200

    gnu: cataclysm-dda: Fix build.
    
    * gnu/packages/games.scm (cataclysm-dda)[native-inputs]: Add gcc-13.
    
    Change-Id: I3c0ce6ff4a1f2d4e6ffe52742eb1f9f1fd247bc6
---
 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 8da6c928ae..fda4751c5b 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1287,7 +1287,7 @@ high a score as possible.")
     (outputs '("out"
                "tiles"))                ;for tile graphics and sound support
     (native-inputs
-     (list astyle gettext-minimal pkg-config))
+     (list astyle gcc-13 gettext-minimal pkg-config))
     (inputs
      (list freetype
            libogg

Reply via email to