GNU Automake 1.11.x: Disable tests on Cygwin.
svn path=/nixpkgs/trunk/; revision=25678
This commit is contained in:
parent
a246bebc14
commit
5c876d63b5
@ -2468,7 +2468,7 @@ let
|
||||
automake110x = callPackage ../development/tools/misc/automake/automake-1.10.x.nix { };
|
||||
|
||||
automake111x = callPackage ../development/tools/misc/automake/automake-1.11.x.nix {
|
||||
doCheck = !stdenv.isArm
|
||||
doCheck = !stdenv.isArm && !stdenv.isCygwin
|
||||
# Some of the parallel tests seem to hang on `i386-pc-solaris2.11'.
|
||||
&& stdenv.system != "i386-sunos";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user