gnu: zstd: Use default ‘check’ target.
* gnu/packages/compression.scm (zstd)[arguments]: Don't set #:test-target.
This commit is contained in:
parent
47ebb1a850
commit
e807306324
|
@ -1615,8 +1615,7 @@ or junctions, and always follows hard links.")
|
||||||
"HAVE_LZMA=0"
|
"HAVE_LZMA=0"
|
||||||
;; Not currently detected, but be explicit & avoid surprises later.
|
;; Not currently detected, but be explicit & avoid surprises later.
|
||||||
"HAVE_LZ4=0"
|
"HAVE_LZ4=0"
|
||||||
"HAVE_ZLIB=0")
|
"HAVE_ZLIB=0")))
|
||||||
#:test-target "test"))
|
|
||||||
(home-page "http://zstd.net/")
|
(home-page "http://zstd.net/")
|
||||||
(synopsis "Zstandard real-time compression algorithm")
|
(synopsis "Zstandard real-time compression algorithm")
|
||||||
(description "Zstandard (@command{zstd}) is a lossless compression algorithm
|
(description "Zstandard (@command{zstd}) is a lossless compression algorithm
|
||||||
|
|
Loading…
Reference in New Issue