zile: remove `help2man' from the cross-build inputs

wip/yesman
Ludovic Courtès 12 years ago
parent 805561e4aa
commit 563416500e
  1. 3
      pkgs/applications/editors/zile/default.nix

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

Loading…
Cancel
Save