mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: libimobiledevice: Propagate "libplist".
* gnu/packages/libusb.scm (libimobiledevice)[propagated-inputs]: Add libplist. [inputs]: Remove libplist.
This commit is contained in:
parent
f57bf15cd8
commit
6d0b50f651
1 changed files with 2 additions and 2 deletions
|
|
@ -368,10 +368,10 @@ connections from and to iOS devices by connecting to a socket provided by a
|
|||
"m"))))
|
||||
(propagated-inputs
|
||||
`(("openssl" ,openssl)
|
||||
("libplist" ,libplist) ; libimobiledevice's ".pc" file requires it.
|
||||
("libusbmuxd" ,libusbmuxd)))
|
||||
(inputs
|
||||
`(("libplist" ,libplist)
|
||||
("python" ,python)))
|
||||
`(("python" ,python)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("python-cython" ,python-cython)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue