forked from mirrors/nixpkgs
expat: Don't run tests when cross-compiling
This commit is contained in:
parent
7ce848309e
commit
f8ce957263
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue