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:
kiasoc5 2022-08-06 01:37:50 -04:00 committed by Liliana Marie Prikler
parent d457a5ec09
commit 47989e0a5f
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87

View File

@ -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"