me
/
guix
Archived
1
0
Fork 0

gnu: isync: Use OpenSSL 1.1.

* gnu/packages/mail.scm (isync)[inputs]: Replace openssl-1.0 with openssl.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -1993,7 +1993,7 @@ hashing scheme (such as scrypt) plug-in for @code{Dovecot}.")
(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")