GNU M4: Disable tests on Solaris.
This commit is contained in:
parent
77fdc7bb35
commit
18a9c46a46
@ -9,7 +9,8 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
doCheck = !stdenv.isDarwin
|
doCheck = !stdenv.isDarwin
|
||||||
&& !stdenv.isCygwin; # XXX: `test-dup2' fails on Cygwin
|
&& !stdenv.isCygwin # XXX: `test-dup2' fails on Cygwin
|
||||||
|
&& !stdenv.isSunOS; # XXX: `test-setlocale2.sh' fails
|
||||||
|
|
||||||
# Upstream is aware of it; it may be in the next release.
|
# Upstream is aware of it; it may be in the next release.
|
||||||
patches = [ ./s_isdir.patch ./readlink-EINVAL.patch ];
|
patches = [ ./s_isdir.patch ./readlink-EINVAL.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user