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

commit ab6053fe4959cf8f4dc2fb3be1f22e1f4af26042
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Sun Sep 21 12:44:10 2025 +0200

    gnu: libplist: Fix build.
    
    * gnu/packages/libusb.scm (libplist)[native-inputs]: Remove
    python-cython; add python-cython-0.
    
    Change-Id: I07efa5a4367a39bd5a4fa43dd3ba0a0640745037
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/libusb.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm
index 698df505fe..cd9f3d8b6b 100644
--- a/gnu/packages/libusb.scm
+++ b/gnu/packages/libusb.scm
@@ -461,7 +461,7 @@ broken iOS devices.")
     (inputs
      (list python))
     (native-inputs
-     (list autoconf automake libtool pkg-config python-cython)) ; to build 
Python bindings
+     (list autoconf automake libtool pkg-config python-cython-0)) ; to build 
Python bindings
     (home-page "https://libimobiledevice.org/";)
     (synopsis "C library to handle Apple Property List files")
     (description "This package provides a small portable C library to handle

Reply via email to