1
0
Fork 1
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:
Tobias Geerinckx-Rice 2015-05-30 12:56:04 +02:00
parent 3c6d34a5d9
commit d904b54c0e

View file

@ -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";