From 0825f30fd2b76ded554221630d9a0439ff6514cb Mon Sep 17 00:00:00 2001 From: John Ericson Date: Tue, 5 Sep 2017 13:10:49 -0400 Subject: [PATCH] zile: help2man is no longer likely to cause problems --- pkgs/applications/editors/zile/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/applications/editors/zile/default.nix b/pkgs/applications/editors/zile/default.nix index 58971b3199bf..936cde61ee85 100644 --- a/pkgs/applications/editors/zile/default.nix +++ b/pkgs/applications/editors/zile/default.nix @@ -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;