lz4: fix make test
I'll assume this is an oversight due to hasty releasing and can be reverted in version 131.
This commit is contained in:
parent
3c6d34a5d9
commit
d904b54c0e
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
checkTarget = "test";
|
checkTarget = "test";
|
||||||
checkFlags = "-j1"; # required since version 128
|
checkFlags = "-j1 -C programs"; # -j1 required since version 128, -C should be temporary
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Extremely fast compression algorithm";
|
description = "Extremely fast compression algorithm";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user