From 557f49f0eaa531b53fd169dd7a56520d2b51cd9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Tue, 14 Jan 2025 10:30:06 +0800 Subject: [PATCH] gnu: python-sge: Fix build. * gnu/packages/game-development.scm (python-sge)[native-inputs]: Add python-wheel. Change-Id: Ib2e6a965a1e7ee5bd951b49ab5ce8f0631594232 --- gnu/packages/game-development.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 899b72d741..dc642bf052 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -506,7 +506,7 @@ types (revolute, prismatic, wheel, etc.).") (arguments (list #:tests? #f)) ; no tests (native-inputs - (list python-setuptools)) + (list python-setuptools python-wheel)) (propagated-inputs (list python-pygame python-uniseg)) (home-page "https://python-sge.github.io/")