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 | |||
| 514 | (inputs | 514 | (inputs |
| 515 | (list python)) | 515 | (list python)) |
| 516 | (native-inputs | 516 | (native-inputs |
| 517 | (list pkg-config python-cython)) | 517 | (list pkg-config python-cython-0)) |
| 518 | (home-page "https://libimobiledevice.org/") | 518 | (home-page "https://libimobiledevice.org/") |
| 519 | (synopsis "Protocol library and tools to communicate with Apple devices") | 519 | (synopsis "Protocol library and tools to communicate with Apple devices") |
| 520 | (description "libimobiledevice is a software library that talks the | 520 | (description "libimobiledevice is a software library that talks the |
