guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/31: gnu: isync: Add zlib compression support.


From: Tobias Geerinckx-Rice
Subject: 01/31: gnu: isync: Add zlib compression support.
Date: Wed, 30 May 2018 22:55:29 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a66fb3a14e11a9e5bf731a7a21fe6c76179b29ff
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed May 30 17:52:56 2018 +0200

    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.
---
 gnu/packages/mail.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index b61d841..08a9a29 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]