Skip to content
Snippets Groups Projects
Unverified Commit cc16c576 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: dovecot: Support zstd compression.

* gnu/packages/mail.scm (dovecot)[inputs]: Add zstd:lib.
parent 19ab5800
No related branches found
No related tags found
No related merge requests found
......@@ -1432,7 +1432,8 @@ (define-public dovecot
("lz4" ,lz4)
("openssl" ,openssl)
("sqlite" ,sqlite)
("zlib" ,zlib)))
("zlib" ,zlib)
("zstd" ,zstd "lib")))
(arguments
`(#:configure-flags '("--sysconfdir=/etc"
"--localstatedir=/var"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment