mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
75fdb7a43a
commit
5d185f65de
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue