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/")