summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-02-09 23:25:36 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:14:20 +0100
commita219e331d0fa21636da28a4ca613316f439d1653 (patch)
tree342f23931b8799459381376d432747645c1f0dc7 /gnu/packages
parent3ba1468535206997a1fe246bef1b23170eecee0c (diff)
gnu: libimobiledevice: Fix package build on python-3.12.
* gnu/packages/libusb.scm (libimobiledevice)[native-inputs]: Add python-setuptools. Change-Id: I0450c97b418f2f3879b81be05469e1560baddfa9 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 c21bdaf7643..7ddb27889c5 100644
--- a/gnu/packages/libusb.scm
+++ b/gnu/packages/libusb.scm
@@ -586,7 +586,7 @@ connections from and to iOS devices by connecting to a socket provided by a
586 (inputs 586 (inputs
587 (list python)) 587 (list python))
588 (native-inputs 588 (native-inputs
589 (list pkg-config python-cython-0)) 589 (list pkg-config python-cython-0 python-setuptools))
590 (home-page "https://libimobiledevice.org/") 590 (home-page "https://libimobiledevice.org/")
591 (synopsis "Protocol library and tools to communicate with Apple devices") 591 (synopsis "Protocol library and tools to communicate with Apple devices")
592 (description "libimobiledevice is a software library that talks the 592 (description "libimobiledevice is a software library that talks the