This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch python-team
in repository guix.

The following commit(s) were added to refs/heads/python-team by this push:
     new 58406f8bd0 gnu: python-kivy: Fix build.
58406f8bd0 is described below

commit 58406f8bd05b652cea2ae92b93b1d49b6e5c224d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Sep 23 12:44:43 2025 +0100

    gnu: python-kivy: Fix build.
    
    * gnu/packages/python-graphics.scm (python-kivy)[native-inputs]:
    Remove python-cython; add python-cython-0.
    
    Change-Id: Ic37de9f525576a7a5dd8551c2db215f960c6dcf8
---
 gnu/packages/python-graphics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-graphics.scm b/gnu/packages/python-graphics.scm
index a4b83c3ea8..d96387ab6d 100644
--- a/gnu/packages/python-graphics.scm
+++ b/gnu/packages/python-graphics.scm
@@ -252,7 +252,7 @@ GLFW} OpenGL application development library.")
              (setenv "HOME" (getcwd)))))))
     (native-inputs
      (list pkg-config
-           python-cython
+           python-cython-0
            ;; Not packaged yet, for tests.
            ;; python-kivy-deps-glew
            ;; python-kivy-deps-glew-dev

Reply via email to