guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: isync: Use openssl-1.0 to fix build.


From: guix-commits
Subject: 01/01: gnu: isync: Use openssl-1.0 to fix build.
Date: Fri, 27 Sep 2019 05:08:53 -0400 (EDT)

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

commit 1fdab9d3b3e78b0c90b52567be5535a861a7273d
Author: Mathieu Othacehe <address@hidden>
Date:   Fri Sep 27 11:07:30 2019 +0200

    gnu: isync: Use openssl-1.0 to fix build.
    
    * gnu/packages/mail.scm (isync)[inputs]: Replace openssl by openssl-1.0 to 
fix
    the build.
---
 gnu/packages/mail.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 3d5417b..6fa2832 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1441,7 +1441,7 @@ hashing schemes plugin for @code{Dovecot}.")
     (inputs
      `(("bdb" ,bdb)
        ("cyrus-sasl" ,cyrus-sasl)
-       ("openssl" ,openssl)
+       ("openssl" ,openssl-1.0)
        ("zlib" ,zlib)))
     (home-page "http://isync.sourceforge.net/";)
     (synopsis "Mailbox synchronization program")



reply via email to

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