gnu: libimobiledevice: Build against OpenSSL 1.0.

* gnu/packages/libusb.scm (libimobiledevice)[propagated-inputs]: Change from
OPENSSL to OPENSSL-1.0.
master
Marius Bakke 2019-03-15 12:46:18 +01:00
parent 19008a22d1
commit 6b95bf0b37
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ connections from and to iOS devices by connecting to a socket provided by a
,(version-major+minor (package-version python))
"m"))))
(propagated-inputs
`(("openssl" ,openssl)
`(("openssl" ,openssl-1.0)
("libplist" ,libplist)
("libusbmuxd" ,libusbmuxd)))
(inputs