* i386-sunos -> i686-solaris.

svn path=/nixpkgs/trunk/; revision=30507
This commit is contained in:
Eelco Dolstra
2011-11-21 14:11:04 +00:00
parent cf4a0bdce9
commit 5abed12234
5 changed files with 9 additions and 8 deletions
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
# details.
# There are many test failures on `i386-pc-solaris2.11'.
doCheck = (stdenv.system != "i686-cygwin"
&& stdenv.system != "i386-sunos");
&& stdenv.system != "i686-solaris");
# Don't fixup "#! /bin/sh" in Autoconf, otherwise it will use the
# "fixed" path in generated files!