summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-11-22 22:34:11 +0100
committerLudovic Courtès <ludo@gnu.org>2025-12-03 18:12:59 +0100
commit2a93068214f6148467dde0c2b196386594a5f2de (patch)
tree989e19fee484287e7cb09e7466a25e09bde32a92 /gnu/packages
parentb35ffb35c0095a5f7fe061226b31243e88a5cc19 (diff)
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/games.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 2bb4c6a25d3..4cd789736ff 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -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")