Skip to content

Commit 2e307cf

Browse files
committed
gnu: libimobiledevice: Fix build.
* gnu/packages/libusb.scm (libimobiledevice)[native-inputs]: Remove python-cython; add python-cython-0. Change-Id: Ic061b843bdaa9074bca08a0ed0447580b7a39f5b
1 parent 72a7fa6 commit 2e307cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gnu/packages/libusb.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ connections from and to iOS devices by connecting to a socket provided by a
514514
(inputs
515515
(list python))
516516
(native-inputs
517-
(list pkg-config python-cython))
517+
(list pkg-config python-cython-0))
518518
(home-page "https://libimobiledevice.org/")
519519
(synopsis "Protocol library and tools to communicate with Apple devices")
520520
(description "libimobiledevice is a software library that talks the

0 commit comments

Comments
 (0)