mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libimobiledevice: Fix build.
* gnu/packages/libusb.scm (libimobiledevice)[native-inputs]: Remove python-cython; add python-cython-0. Change-Id: Ic061b843bdaa9074bca08a0ed0447580b7a39f5b
This commit is contained in:
parent
72a7fa69b1
commit
2e307cf50a
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ connections from and to iOS devices by connecting to a socket provided by a
|
||||||
(inputs
|
(inputs
|
||||||
(list python))
|
(list python))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config python-cython))
|
(list pkg-config python-cython-0))
|
||||||
(home-page "https://libimobiledevice.org/")
|
(home-page "https://libimobiledevice.org/")
|
||||||
(synopsis "Protocol library and tools to communicate with Apple devices")
|
(synopsis "Protocol library and tools to communicate with Apple devices")
|
||||||
(description "libimobiledevice is a software library that talks the
|
(description "libimobiledevice is a software library that talks the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue