lol

lz4: fix cross compilation to linux

authored by

Simon Žlender and committed by
Alyssa Ross
d6ef6621 572e2404

+1
+1
pkgs/tools/compression/lz4/default.nix
··· 38 ] 39 # TODO make full dictionary 40 ++ lib.optional stdenv.hostPlatform.isMinGW "TARGET_OS=MINGW" 41 ; 42 43 doCheck = false; # tests take a very long time
··· 38 ] 39 # TODO make full dictionary 40 ++ lib.optional stdenv.hostPlatform.isMinGW "TARGET_OS=MINGW" 41 + ++ lib.optional stdenv.hostPlatform.isLinux "TARGET_OS=Linux" 42 ; 43 44 doCheck = false; # tests take a very long time