diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2019-09-27 11:07:30 +0200 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2019-09-27 11:07:30 +0200 |
commit | 1fdab9d3b3e78b0c90b52567be5535a861a7273d (patch) | |
tree | 26d91dd88910eb3c6a23611d8f014ecb659e2eae | |
parent | 772ca8e4f62d5b74286e39652b33afb817e17ca2 (diff) | |
download | gnu-guix-1fdab9d3b3e78b0c90b52567be5535a861a7273d.tar gnu-guix-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.scm | 2 |
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") |