gnu: isync: Add SASL support.
This adds ~5.5 MiB (7.5%) to isync's now-78.6 MiB closure. * gnu/packages/mail.scm (isync)[inputs]: Add CYRUS-SASL.
This commit is contained in:
parent
c0e7a52996
commit
a052d5ab0d
|
@ -1367,6 +1367,7 @@ hashing schemes plugin for @code{Dovecot}.")
|
||||||
`(("perl" ,perl)))
|
`(("perl" ,perl)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("bdb" ,bdb)
|
`(("bdb" ,bdb)
|
||||||
|
("cyrus-sasl" ,cyrus-sasl)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(home-page "http://isync.sourceforge.net/")
|
(home-page "http://isync.sourceforge.net/")
|
||||||
|
|
Loading…
Reference in New Issue