mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
1434b4e6c7
commit
b1a4c062ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue