lzo: Don't run tests when cross-compiling
This commit is contained in:
parent
09ce1ebd8f
commit
de347ad65f
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
doCheck = true;
|
||||
doCheck = stdenv.hostPlatform == stdenv.buildPlatform;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Real-time data (de)compression library";
|
||||
|
Loading…
Reference in New Issue
Block a user