zile: help2man is no longer likely to cause problems

This commit is contained in:
John Ericson 2017-09-05 13:10:49 -04:00
parent 799435b7ca
commit 0825f30fd2

View file

@ -11,9 +11,6 @@ stdenv.mkDerivation rec {
buildInputs = [ pkgconfig ncurses boehmgc ];
nativeBuildInputs = [ help2man perl ];
# `help2man' wants to run Zile, which fails when cross-compiling.
crossAttrs.nativeBuildInputs = [];
# Tests can't be run because most of them rely on the ability to
# fiddle with the terminal.
doCheck = false;