summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2025-01-14 10:30:06 +0800
committerRicardo Wurmus <rekado@elephly.net>2025-01-20 21:37:49 +0100
commit557f49f0eaa531b53fd169dd7a56520d2b51cd9e (patch)
treee658f9f90b1e472a35e508fa548e6c97ef683509 /gnu
parent203b68e8dac1112d40d23543718e9d82fc8a6ad0 (diff)
gnu: python-sge: Fix build.
* gnu/packages/game-development.scm (python-sge)[native-inputs]: Add python-wheel. Change-Id: Ib2e6a965a1e7ee5bd951b49ab5ce8f0631594232
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/game-development.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 899b72d7416..dc642bf0520 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/")