guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/14: gnu: adb: Build against OpenSSL 1.0.


From: guix-commits
Subject: 10/14: gnu: adb: Build against OpenSSL 1.0.
Date: Sun, 16 Jun 2019 03:44:56 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit e960c20a0613b8e9561385eef67c4427f1ec0296
Author: Marius Bakke <address@hidden>
Date:   Sat Jun 15 12:41:58 2019 +0200

    gnu: adb: Build against OpenSSL 1.0.
    
    * gnu/packages/android.scm (adb)[inputs]: Change OPENSSL to OPENSSL-1.0.
---
 gnu/packages/android.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index 7d5de08..8ab5377 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]