lol

lz4: remove test restrictions

Tests are still disabled by default.

+1 -2
+1 -2
pkgs/tools/compression/lz4/default.nix
··· 17 17 18 18 makeFlags = "PREFIX=$(out)"; 19 19 20 - doCheck = false; 20 + doCheck = false; # tests take a very long time 21 21 checkTarget = "test"; 22 - checkFlags = "-j1 -C programs"; # -j1 required since version 128, -C should be temporary 23 22 24 23 meta = with stdenv.lib; { 25 24 description = "Extremely fast compression algorithm";