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
1 changed files with 1 additions and 1 deletions
|
@ -1441,7 +1441,7 @@ hashing schemes plugin for @code{Dovecot}.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("bdb" ,bdb)
|
`(("bdb" ,bdb)
|
||||||
("cyrus-sasl" ,cyrus-sasl)
|
("cyrus-sasl" ,cyrus-sasl)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl-1.0)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(home-page "http://isync.sourceforge.net/")
|
(home-page "http://isync.sourceforge.net/")
|
||||||
(synopsis "Mailbox synchronization program")
|
(synopsis "Mailbox synchronization program")
|
||||||
|
|
Reference in a new issue