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.
This commit is contained in:
parent
370e87fdbb
commit
a66fb3a14e
|
@ -1367,7 +1367,8 @@ hashing schemes plugin for @code{Dovecot}.")
|
||||||
`(("perl" ,perl)))
|
`(("perl" ,perl)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("bdb" ,bdb)
|
`(("bdb" ,bdb)
|
||||||
("openssl" ,openssl)))
|
("openssl" ,openssl)
|
||||||
|
("zlib" ,zlib)))
|
||||||
(home-page "http://isync.sourceforge.net/")
|
(home-page "http://isync.sourceforge.net/")
|
||||||
(synopsis "Mailbox synchronization program")
|
(synopsis "Mailbox synchronization program")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue