summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2025-09-21 12:44:10 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:45 +0100
commit72a7fa69b14abee4808fd77b91a057a1b315d0aa (patch)
treee5f5401aa2cfa8dd3873461ba4ddb35c1290fd4a /gnu/packages
parentfebc698f945599c09f07835a4574c0250a3436cf (diff)
gnu: libplist: Fix build.
* gnu/packages/libusb.scm (libplist)[native-inputs]: Remove python-cython; add python-cython-0. Change-Id: I07efa5a4367a39bd5a4fa43dd3ba0a0640745037 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/libusb.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm
index 698df505fed..cd9f3d8b6b7 100644
--- a/gnu/packages/libusb.scm
+++ b/gnu/packages/libusb.scm
@@ -461,7 +461,7 @@ broken iOS devices.")
461 (inputs 461 (inputs
462 (list python)) 462 (list python))
463 (native-inputs 463 (native-inputs
464 (list autoconf automake libtool pkg-config python-cython)) ; to build Python bindings 464 (list autoconf automake libtool pkg-config python-cython-0)) ; to build Python bindings
465 (home-page "https://libimobiledevice.org/") 465 (home-page "https://libimobiledevice.org/")
466 (synopsis "C library to handle Apple Property List files") 466 (synopsis "C library to handle Apple Property List files")
467 (description "This package provides a small portable C library to handle 467 (description "This package provides a small portable C library to handle