mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: endgame-singularity: Switch to pyproject.
* gnu/packages/games.scm (endgame-singularity): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
b35ffb35c0
commit
2a93068214
1 changed files with 2 additions and 2 deletions
|
|
@ -10775,8 +10775,8 @@ Orcus Dome from evil.")
|
|||
(sha256
|
||||
(base32
|
||||
"0wcidpcka0xbqcnfi62bfq2yrhyh83z4dwz1mjnnjvp9v5l74x2y"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs (list python-pytest python-polib))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-pytest python-polib python-setuptools))
|
||||
(inputs (list python-minimal-wrapper python-pygame python-numpy))
|
||||
(home-page "https://github.com/singularity/singularity")
|
||||
(synopsis "Strategy game about an AI")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue