guix-commits
[Top][All Lists]
Advanced

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

01/18: gnu: isync: Add SASL support.


From: Tobias Geerinckx-Rice
Subject: 01/18: gnu: isync: Add SASL support.
Date: Mon, 4 Jun 2018 09:38:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a052d5ab0dc66c70185dad4242918728f6ff661c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed May 30 18:02:27 2018 +0200

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

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 08a9a29..a94937e 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/";)



reply via email to

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