mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +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:
parent
203b68e8da
commit
557f49f0ea
1 changed files with 1 additions and 1 deletions
|
@ -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/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue