expat: Don't run tests when cross-compiling

This commit is contained in:
Ben Gamari
2017-10-27 20:32:24 -04:00
parent 7ce848309e
commit f8ce957263
+1 -1
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