about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2017-09-05 13:10:49 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2017-09-05 13:23:46 -0400
commit0825f30fd2b76ded554221630d9a0439ff6514cb (patch)
tree9f8cc5d7e484a84e0798916130784b275dc87a90 /pkgs/applications/editors
parent799435b7cab97a39893a104999b3bc589e1172b1 (diff)
downloadnixlib-0825f30fd2b76ded554221630d9a0439ff6514cb.tar
nixlib-0825f30fd2b76ded554221630d9a0439ff6514cb.tar.gz
nixlib-0825f30fd2b76ded554221630d9a0439ff6514cb.tar.bz2
nixlib-0825f30fd2b76ded554221630d9a0439ff6514cb.tar.lz
nixlib-0825f30fd2b76ded554221630d9a0439ff6514cb.tar.xz
nixlib-0825f30fd2b76ded554221630d9a0439ff6514cb.tar.zst
nixlib-0825f30fd2b76ded554221630d9a0439ff6514cb.zip
zile: help2man is no longer likely to cause problems
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/zile/default.nix3
1 files changed, 0 insertions, 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;