1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-08 14:10:38 +02:00

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:
Tobias Geerinckx-Rice
2018-05-30 18:02:27 +02:00
parent c0e7a52996
commit a052d5ab0d

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/")