diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-22 00:14:07 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-22 01:06:01 +0100 |
commit | e80730632425b4d96126dcd2b7be21f2c6a133f2 (patch) | |
tree | 2b09479a0ee61e4dea5848f7614070017d795369 /gnu/packages/compression.scm | |
parent | 47ebb1a850efe923e4b20080135e6e88087da673 (diff) | |
download | patches-e80730632425b4d96126dcd2b7be21f2c6a133f2.tar patches-e80730632425b4d96126dcd2b7be21f2c6a133f2.tar.gz |
gnu: zstd: Use default ‘check’ target.
* gnu/packages/compression.scm (zstd)[arguments]: Don't set #:test-target.
Diffstat (limited to 'gnu/packages/compression.scm')
-rw-r--r-- | gnu/packages/compression.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 5cdb14ba37..86d27f8a47 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -1615,8 +1615,7 @@ or junctions, and always follows hard links.") "HAVE_LZMA=0" ;; Not currently detected, but be explicit & avoid surprises later. "HAVE_LZ4=0" - "HAVE_ZLIB=0") - #:test-target "test")) + "HAVE_ZLIB=0"))) (home-page "http://zstd.net/") (synopsis "Zstandard real-time compression algorithm") (description "Zstandard (@command{zstd}) is a lossless compression algorithm |