summaryrefslogtreecommitdiff
path: root/gnu/packages/game-development.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-23 12:38:08 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:58 +0100
commit5d185f65de76ff46fe87b7cb051704aead5cd5e6 (patch)
tree111f267332326c56f73ae130df5d4a80ff52cd02 /gnu/packages/game-development.scm
parent75fdb7a43ade40c571a33079cb0ca4701181a947 (diff)
gnu: python-pygame-sdl2: Fix build.
* gnu/packages/game-development.scm (python-pygame-sdl2) [native-inputs]: Remove python-cython; add python-cython-0. Change-Id: I6b72a665daf0206c61a33fb30f4f775bf3977693
Diffstat (limited to 'gnu/packages/game-development.scm')
-rw-r--r--gnu/packages/game-development.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 8756b4c37e2..7e846b9adb7 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1620,7 +1620,7 @@ color switches, and many more, with multiple options to customize.")
(inputs
(list (sdl-union (list sdl2 sdl2-image sdl2-mixer sdl2-ttf))))
(native-inputs
- (list python-cython))
+ (list python-cython-0))
(home-page "https://www.renpy.org/")
(synopsis "Reimplementation of the Pygame API using SDL2")
(description "Pygame_SDL2 reimplements the Pygame API using SDL2,