guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: dovecot: Support zstd compression.


From: guix-commits
Subject: branch master updated: gnu: dovecot: Support zstd compression.
Date: Thu, 20 Aug 2020 23:18:16 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cc16c57  gnu: dovecot: Support zstd compression.
cc16c57 is described below

commit cc16c576a5b5af7153892ac4ce1d5ceda3b91eb0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Aug 21 05:16:09 2020 +0200

    gnu: dovecot: Support zstd compression.
    
    * gnu/packages/mail.scm (dovecot)[inputs]: Add zstd:lib.
---
 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 02c760a..7b2f6ba 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1432,7 +1432,8 @@ facilities for checking incoming mail.")
        ("lz4" ,lz4)
        ("openssl" ,openssl)
        ("sqlite" ,sqlite)
-       ("zlib" ,zlib)))
+       ("zlib" ,zlib)
+       ("zstd" ,zstd "lib")))
     (arguments
      `(#:configure-flags '("--sysconfdir=/etc"
                            "--localstatedir=/var"



reply via email to

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