diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index e3c32bac3f7f..3d7031fff8a4 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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;