gnu: isync: Use OpenSSL 1.1.

* gnu/packages/mail.scm (isync)[inputs]: Replace openssl-1.0 with openssl.
This commit is contained in:
Leo Famulari 2020-12-08 13:21:23 -05:00
parent adbb62f16e
commit e1d3b07ffc
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1993,7 +1993,7 @@ (define-public isync
(inputs
`(("bdb" ,bdb)
("cyrus-sasl" ,cyrus-sasl)
("openssl" ,openssl-1.0)
("openssl" ,openssl)
("zlib" ,zlib)))
(home-page "https://isync.sourceforge.io/")
(synopsis "Mailbox synchronization program")