summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
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/")