diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-21 12:44:20 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:45 +0100 |
| commit | 2e307cf50a2925fd497f1b7aefa5158c964d9c44 (patch) | |
| tree | 49a1fe7526d68d1fa643c045754a9dea7f34a9c7 /gnu/packages/libusb.scm | |
| parent | 72a7fa69b14abee4808fd77b91a057a1b315d0aa (diff) | |
gnu: libimobiledevice: Fix build.
* gnu/packages/libusb.scm (libimobiledevice)[native-inputs]: Remove
python-cython; add python-cython-0.
Change-Id: Ic061b843bdaa9074bca08a0ed0447580b7a39f5b
Diffstat (limited to 'gnu/packages/libusb.scm')
| -rw-r--r-- | gnu/packages/libusb.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm index cd9f3d8b6b7..d8bb55dfc06 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 |
