mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00:00
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>
This commit is contained in:
committed by
Andreas Enge
parent
61a6313e33
commit
63dd3aacc4
@@ -586,7 +586,7 @@ connections from and to iOS devices by connecting to a socket provided by a
|
||||
(inputs
|
||||
(list python))
|
||||
(native-inputs
|
||||
(list pkg-config python-cython-0))
|
||||
(list pkg-config python-cython-0 python-setuptools))
|
||||
(home-page "https://libimobiledevice.org/")
|
||||
(synopsis "Protocol library and tools to communicate with Apple devices")
|
||||
(description "libimobiledevice is a software library that talks the
|
||||
|
||||
Reference in New Issue
Block a user