libtiff: Don't run testsuite when cross-compiling

This commit is contained in:
Ben Gamari 2017-10-27 17:05:38 -04:00
parent 3ed6239d6b
commit 765fbe8f10

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
doCheck = true;
doCheck = stdenv.buildPlatform == stdenv.hostPlatform;
meta = with stdenv.lib; {
description = "Library and utilities for working with the TIFF image file format";