[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: zstd: Use default ‘check’ target.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/06: gnu: zstd: Use default ‘check’ target. |
Date: |
Thu, 21 Dec 2017 20:25:10 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit e80730632425b4d96126dcd2b7be21f2c6a133f2
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Dec 22 00:14:07 2017 +0100
gnu: zstd: Use default ‘check’ target.
* gnu/packages/compression.scm (zstd)[arguments]: Don't set #:test-target.
---
gnu/packages/compression.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 5cdb14b..86d27f8 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
- branch master updated (47ebb1a -> 8c4ca85), Tobias Geerinckx-Rice, 2017/12/21
- 01/06: gnu: zstd: Use default ‘check’ target.,
Tobias Geerinckx-Rice <=
- 03/06: gnu: Add lunzip., Tobias Geerinckx-Rice, 2017/12/21
- 05/06: gnu: Add lzlib., Tobias Geerinckx-Rice, 2017/12/21
- 02/06: gnu: Add hungrycat., Tobias Geerinckx-Rice, 2017/12/21
- 06/06: gnu: Add plzip., Tobias Geerinckx-Rice, 2017/12/21
- 04/06: gnu: Add clzip., Tobias Geerinckx-Rice, 2017/12/21