1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 12:40:32 +02: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

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