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

commit ee3e3f36c0325ce35450a3f70a62755772cb5800
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Sep 21 12:44:20 2025 +0100

    gnu: libimobiledevice: Fix build.
    
    * gnu/packages/libusb.scm (libimobiledevice)[native-inputs]: Remove
    python-cython; add python-cython-0.
    
    Change-Id: Ic061b843bdaa9074bca08a0ed0447580b7a39f5b
---
 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 cd9f3d8b6b..d8bb55dfc0 100644
--- a/gnu/packages/libusb.scm
+++ b/gnu/packages/libusb.scm
@@ -514,7 +514,7 @@ connections from and to iOS devices by connecting to a 
socket provided by a
     (inputs
      (list python))
     (native-inputs
-     (list pkg-config python-cython))
+     (list pkg-config python-cython-0))
     (home-page "https://libimobiledevice.org/";)
     (synopsis "Protocol library and tools to communicate with Apple devices")
     (description "libimobiledevice is a software library that talks the

Reply via email to