diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2025-01-14 10:30:06 +0800 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:49 +0100 |
| commit | 557f49f0eaa531b53fd169dd7a56520d2b51cd9e (patch) | |
| tree | e658f9f90b1e472a35e508fa548e6c97ef683509 /gnu/packages | |
| parent | 203b68e8dac1112d40d23543718e9d82fc8a6ad0 (diff) | |
gnu: python-sge: Fix build.
* gnu/packages/game-development.scm (python-sge)[native-inputs]: Add python-wheel.
Change-Id: Ib2e6a965a1e7ee5bd951b49ab5ce8f0631594232
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/game-development.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 899b72d7416..dc642bf0520 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/") |
