Revert "gnum4: Disable tests for ARM."

This reverts commit b63305721d39107c04ef9fa1e74f3eb8f32beb79.

gnum4 builds fine on Sheevaplug for me now. I consider my previous
failure a glitch, since I'm not sure how my stdenv looked at that
time. Sorry for the noise.
This commit is contained in:
Rickard Nilsson 2012-10-25 10:00:44 +02:00
parent d900694b3d
commit 9c0459972f

View File

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