me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 1 deletions

View File

@ -696,7 +696,8 @@ bibliographic data and simple document and bibtex retrieval.")
lz4
lzip ;; lzma
pcre2
zlib))
zlib
`(,zstd "lib")))
(arguments
`(#:tests? #f ; no way to rebuild the binary input files
#:test-target "test"