summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Othacehe <m.othacehe@gmail.com>2019-09-27 11:07:30 +0200
committerMathieu Othacehe <m.othacehe@gmail.com>2019-09-27 11:07:30 +0200
commit1fdab9d3b3e78b0c90b52567be5535a861a7273d (patch)
tree26d91dd88910eb3c6a23611d8f014ecb659e2eae
parent772ca8e4f62d5b74286e39652b33afb817e17ca2 (diff)
downloadpatches-1fdab9d3b3e78b0c90b52567be5535a861a7273d.tar
patches-1fdab9d3b3e78b0c90b52567be5535a861a7273d.tar.gz
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.
-rw-r--r--gnu/packages/mail.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 3d5417bfb5..6fa2832b5c 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")