mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
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:
parent
536f860934
commit
1dbba27faa
@ -4378,7 +4378,7 @@ let
|
|||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
# The "! (stdenv ? cross)" is for the cross-built arm ncurses, which
|
# The "! (stdenv ? cross)" is for the cross-built arm ncurses, which
|
||||||
# don't build for me in unicode.
|
# don't build for me in unicode.
|
||||||
unicode = (system != "i686-cygwin" && ! (crossSystem == null));
|
unicode = (system != "i686-cygwin" && crossSystem == null);
|
||||||
};
|
};
|
||||||
|
|
||||||
neon = neon026;
|
neon = neon026;
|
||||||
|
Loading…
Reference in New Issue
Block a user