libjpeg-turbo: Don't run testsuite when cross-compiling
This commit is contained in:
parent
765fbe8f10
commit
0c0834f018
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
doCheck = true;
|
||||
doCheck = stdenv.buildPlatform == stdenv.hostPlatform;
|
||||
checkTarget = "test";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue