mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: dovecot: Support zstd compression.
* gnu/packages/mail.scm (dovecot)[inputs]: Add zstd:lib.
This commit is contained in:
parent
19ab580074
commit
cc16c576a5
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue