diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-30 18:02:27 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-04 15:35:43 +0200 |
commit | a052d5ab0dc66c70185dad4242918728f6ff661c (patch) | |
tree | 455cff5cea67a8427ff74e1a2b01670a0466072b /gnu/packages/mail.scm | |
parent | c0e7a52996edf75a403ef6c454072271fd1c277a (diff) | |
download | patches-a052d5ab0dc66c70185dad4242918728f6ff661c.tar patches-a052d5ab0dc66c70185dad4242918728f6ff661c.tar.gz |
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.
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r-- | gnu/packages/mail.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 08a9a2946b..a94937e68c 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -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/") |