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

gnu: dovecot: Support LZ4 compression.

* gnu/packages/mail.scm (dovecot)[inputs]: Add lz4.
parent e309b720
No related branches found
No related tags found
No related merge requests found
......@@ -1393,11 +1393,12 @@ (define-public dovecot
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs
`(("openssl" ,openssl)
("zlib" ,zlib)
("bzip2" ,bzip2)
`(("bzip2" ,bzip2)
("linux-pam" ,linux-pam)
("lz4" ,lz4)
("openssl" ,openssl)
("sqlite" ,sqlite)
("linux-pam" ,linux-pam)))
("zlib" ,zlib)))
(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