1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: python-sge: Fix build.

* gnu/packages/game-development.scm (python-sge)[native-inputs]: Add python-wheel.

Change-Id: Ib2e6a965a1e7ee5bd951b49ab5ce8f0631594232
This commit is contained in:
宋文武 2025-01-14 10:30:06 +08:00 committed by Ricardo Wurmus
parent 203b68e8da
commit 557f49f0ea
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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