rekado pushed a commit to branch master
in repository guix.

commit 557f49f0eaa531b53fd169dd7a56520d2b51cd9e
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Tue Jan 14 10:30:06 2025 +0800

    gnu: python-sge: Fix build.
    
    * gnu/packages/game-development.scm (python-sge)[native-inputs]: Add 
python-wheel.
    
    Change-Id: Ib2e6a965a1e7ee5bd951b49ab5ce8f0631594232
---
 gnu/packages/game-development.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to