~ruther/guix-local

557f49f0eaa531b53fd169dd7a56520d2b51cd9e — 宋文武 1 year, 2 months ago 203b68e
gnu: python-sge: Fix build.

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

Change-Id: Ib2e6a965a1e7ee5bd951b49ab5ce8f0631594232
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/game-development.scm
M gnu/packages/game-development.scm => gnu/packages/game-development.scm +1 -1
@@ 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/")