mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: libplist: Fix package build on python-3.12.
* gnu/packages/libusb.scm (libplist)[native-inputs]: Add python-setuptools. Change-Id: If93408cb375f3e1d62207cb2a82bd4e3f0ee636a Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
25ebcf56bb
commit
4d6936786c
@@ -532,7 +532,8 @@ broken iOS devices.")
|
||||
(inputs
|
||||
(list python))
|
||||
(native-inputs
|
||||
(list autoconf automake libtool pkg-config python-cython-0)) ; to build Python bindings
|
||||
(list autoconf automake libtool pkg-config
|
||||
python-cython-0 python-setuptools)) ; 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
|
||||
|
||||
Reference in New Issue
Block a user