diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-12-20 22:57:46 +0100 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2025-12-21 19:39:06 +0800 |
| commit | b1a4c062ce99d309169a08213765ae1de25679a4 (patch) | |
| tree | 3d91f3f76cab1230da38c60742d155e35b529243 /gnu | |
| parent | 1434b4e6c78cf47ae0611a079098ef392cc2ea92 (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index a391c6fb219..7fbc9b811af 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 |
