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 b1a4c062ce gnu: roguebox-adventures: Fix build.
b1a4c062ce is described below

commit b1a4c062ce99d309169a08213765ae1de25679a4
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Sat Dec 20 22:57:46 2025 +0100

    gnu: roguebox-adventures: Fix build.
    
    * gnu/packages/games.scm (roguebox-adventures): Fix build.
    [inputs]: Remove python-tmx.
    
    Closes: guix/guix#4995
    Change-Id: I67f7736b935d7cb5e03f5b4a89e5aa5487668e19
    Signed-off-by: 宋文武 <[email protected]>
---
 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 a391c6fb21..7fbc9b811a 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3156,7 +3156,7 @@ exec -a ~s ~s \"$@\"
                             (string-append lib "/main.py"))))
                 (chmod bin #o555)))))))
     (native-inputs (list unzip python-setuptools))
-    (inputs (list python python-pygame python-tmx))
+    (inputs (list python python-pygame))
     (home-page "https://rogueboxadventures.tuxfamily.org";)
     (synopsis "Classical roguelike/sandbox game")
     (description

Reply via email to