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.
master
Tobias Geerinckx-Rice 2018-05-30 18:02:27 +02:00
parent c0e7a52996
commit a052d5ab0d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 0 deletions

View File

@ -1367,6 +1367,7 @@ hashing schemes plugin for @code{Dovecot}.")
`(("perl" ,perl)))
(inputs
`(("bdb" ,bdb)
("cyrus-sasl" ,cyrus-sasl)
("openssl" ,openssl)
("zlib" ,zlib)))
(home-page "http://isync.sourceforge.net/")