guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 657a9ba30df2143edd91394fbd9d802c30bfb276
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 25 23:48:09 2026 +0000
gnu: python-pygame-ce: Adjust native inputs.
* gnu/packages/game-development.scm (python-pygame-ce)[native-inputs]:
Remove meson-python and python-cython; add python-meson-python.
Change-Id: Ib3f6ccbd0ec266f73b3f4678b0bcc9e78134196e
---
gnu/packages/game-development.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/game-development.scm
b/gnu/packages/game-development.scm
index 56f147f956..42bda0f7f6 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1759,9 +1759,8 @@ color switches, and many more, with multiple options to
customize.")
(setenv "HOME" "/tmp")
(setenv "SDL_VIDEODRIVER" "dummy")
(setenv "SDL_AUDIODRIVER" "disk"))))))
- (native-inputs (list meson-python
- pkg-config
- python-cython
+ (native-inputs (list pkg-config
+ python-meson-python
python-numpy
python-pytest
python-setuptools))