gnum4: Disable tests for ARM.

I can't get the `diversions' to pass on SheevaPlug. It builds fine otherwise.
This commit is contained in:
Rickard Nilsson 2012-10-02 08:49:33 +02:00
parent d2df1ada27
commit b63305721d

View file

@ -10,7 +10,8 @@ stdenv.mkDerivation {
doCheck = !stdenv.isDarwin
&& !stdenv.isCygwin # XXX: `test-dup2' fails on Cygwin
&& !stdenv.isSunOS; # XXX: `test-setlocale2.sh' fails
&& !stdenv.isSunOS # XXX: `test-setlocale2.sh' fails
&& !stdenv.isArm; # XXX: `diversions' fails on SheevaPlug
# Upstream is aware of it; it may be in the next release.
patches = [ ./s_isdir.patch ./readlink-EINVAL.patch ];