mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: isync: Use OpenSSL 1.1.
* gnu/packages/mail.scm (isync)[inputs]: Replace openssl-1.0 with openssl.
This commit is contained in:
parent
adbb62f16e
commit
e1d3b07ffc
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue