gnu: adb: Build against OpenSSL 1.0.

* gnu/packages/android.scm (adb)[inputs]: Change OPENSSL to OPENSSL-1.0.
master
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
1 changed files with 1 additions and 1 deletions

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