libjpeg-turbo: Don't run testsuite when cross-compiling

This commit is contained in:
Ben Gamari 2017-10-27 17:04:58 -04:00
parent 765fbe8f10
commit 0c0834f018

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
doCheck = true;
doCheck = stdenv.buildPlatform == stdenv.hostPlatform;
checkTarget = "test";
meta = with stdenv.lib; {