3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: adb: Build against OpenSSL 1.0.

* gnu/packages/android.scm (adb)[inputs]: Change OPENSSL to OPENSSL-1.0.
This commit is contained in:
Marius Bakke 2019-06-15 12:41:58 +02:00
parent 1a753d5673
commit e960c20a06
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -362,7 +362,7 @@ various Android core host applications.")
`(("android-libbase" ,android-libbase)
("android-libcutils" ,android-libcutils)
("android-liblog" ,android-liblog)
("openssl" ,openssl)))
("openssl" ,openssl-1.0)))
(home-page "https://developer.android.com/studio/command-line/adb.html")
(synopsis "Android Debug Bridge")
(description