gnu: ugrep: Build with zstd support.
* gnu/packages/search.scm (ugrep)[inputs]: Add zstd lib. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
d457a5ec09
commit
47989e0a5f
@ -696,7 +696,8 @@ bibliographic data and simple document and bibtex retrieval.")
|
|||||||
lz4
|
lz4
|
||||||
lzip ;; lzma
|
lzip ;; lzma
|
||||||
pcre2
|
pcre2
|
||||||
zlib))
|
zlib
|
||||||
|
`(,zstd "lib")))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no way to rebuild the binary input files
|
`(#:tests? #f ; no way to rebuild the binary input files
|
||||||
#:test-target "test"
|
#:test-target "test"
|
||||||
|
Loading…
Reference in New Issue
Block a user