expat: Don't run tests when cross-compiling

This commit is contained in:
Ben Gamari 2017-10-15 13:26:20 -04:00
parent 7ce848309e
commit f8ce957263

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
outputMan = "dev"; # tiny page for a dev tool
doCheck = true;
doCheck = stdenv.hostPlatform == stdenv.buildPlatform;
preCheck = ''
patchShebangs ./run.sh