Now I'm yes fixing the inclusion of wide char support.

It should be disabled only in i686-cygwin or cross compiling.


svn path=/nixpkgs/branches/stdenv-updates/; revision=19277
This commit is contained in:
Lluís Batlle i Rossell 2010-01-06 22:20:20 +00:00
parent 536f860934
commit 1dbba27faa

View File

@ -4378,7 +4378,7 @@ let
inherit fetchurl stdenv;
# The "! (stdenv ? cross)" is for the cross-built arm ncurses, which
# don't build for me in unicode.
unicode = (system != "i686-cygwin" && ! (crossSystem == null));
unicode = (system != "i686-cygwin" && crossSystem == null);
};
neon = neon026;