mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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>
This commit is contained in:
parent
76371bb8d0
commit
ab6053fe49
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue