gnu: isync: Add zlib compression support.

This adds ~400 KiB (.5%) to isync's now-73.1 MiB closure.

* gnu/packages/mail.scm (isync)[inputs]: Add ZLIB.
master
Tobias Geerinckx-Rice 2018-05-30 17:52:56 +02:00
parent 370e87fdbb
commit a66fb3a14e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -1367,7 +1367,8 @@ hashing schemes plugin for @code{Dovecot}.")
`(("perl" ,perl)))
(inputs
`(("bdb" ,bdb)
("openssl" ,openssl)))
("openssl" ,openssl)
("zlib" ,zlib)))
(home-page "http://isync.sourceforge.net/")
(synopsis "Mailbox synchronization program")
(description