libffi: disable doCheck on darwin until we fix dejagnu build

This commit is contained in:
Vladimír Čunát 2013-09-04 15:51:49 +02:00
parent 90575ababb
commit e12c5deabe

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-gcc-arch=generic" ]; # no detection of -march= or -mtune=
doCheck = true;
doCheck = !stdenv.isDarwin; # until we solve dejagnu problems on darwin
dontStrip = stdenv ? cross; # Don't run the native `strip' when cross-compiling.