diff options
| -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 698df505fe..cd9f3d8b6b 100644 --- a/gnu/packages/libusb.scm +++ b/gnu/packages/libusb.scm @@ -461,7 +461,7 @@ broken iOS devices.") (inputs (list python)) (native-inputs - (list autoconf automake libtool pkg-config python-cython)) ; to build Python bindings + (list autoconf automake libtool pkg-config python-cython-0)) ; to build Python bindings (home-page "https://libimobiledevice.org/") (synopsis "C library to handle Apple Property List files") (description "This package provides a small portable C library to handle |
