mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01: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 @@ (define-public libimobiledevice
|
|||
"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…
Reference in a new issue