zile: fix evaluation

Changed files
-2
pkgs
applications
editors
-2
pkgs/applications/editors/zile/default.nix
···
(stdenv.hostPlatform == stdenv.buildPlatform)
help2man;
-
buildInputs = [ ncurses boehmgc ];
-
# Tests can't be run because most of them rely on the ability to
# fiddle with the terminal.
doCheck = false;
···
(stdenv.hostPlatform == stdenv.buildPlatform)
help2man;
# Tests can't be run because most of them rely on the ability to
# fiddle with the terminal.
doCheck = false;