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.
This commit is contained in:
parent
772ca8e4f6
commit
1fdab9d3b3
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue