mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
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;
|
||||
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; {
|
||||
description = "Extremely fast compression algorithm";
|
||||
|
|
Loading…
Reference in a new issue