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: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Hugo Buddelmeijer 2025-12-20 22:57:46 +01:00 committed by 宋文武
parent 1434b4e6c7
commit b1a4c062ce
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

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