From 2a93068214f6148467dde0c2b196386594a5f2de Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sat, 22 Nov 2025 22:34:11 +0100 Subject: [PATCH] gnu: endgame-singularity: Switch to pyproject. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/games.scm (endgame-singularity): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Signed-off-by: Ludovic Courtès --- gnu/packages/games.scm | 4 ++-- 1 file 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")