zile: help2man is no longer likely to cause problems

-3
-3
pkgs/applications/editors/zile/default.nix
··· 11 11 buildInputs = [ pkgconfig ncurses boehmgc ]; 12 12 nativeBuildInputs = [ help2man perl ]; 13 13 14 - # `help2man' wants to run Zile, which fails when cross-compiling. 15 - crossAttrs.nativeBuildInputs = []; 16 - 17 14 # Tests can't be run because most of them rely on the ability to 18 15 # fiddle with the terminal. 19 16 doCheck = false;