summary refs log tree commit diff
path: root/pkgs/applications/editors/zile/default.nix
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-05-21 15:07:47 +0000
committerLudovic Courtès <ludo@gnu.org>2010-05-21 15:07:47 +0000
commit6eefe563bd620fbd851ea4f0925ce3ba04102727 (patch)
treebd8761935acea4adff658369176222e97554b14d /pkgs/applications/editors/zile/default.nix
parent23d4be19b42827bd3b814cd7cb67d75659bfcb8e (diff)
downloadnixpkgs-6eefe563bd620fbd851ea4f0925ce3ba04102727.tar
nixpkgs-6eefe563bd620fbd851ea4f0925ce3ba04102727.tar.gz
nixpkgs-6eefe563bd620fbd851ea4f0925ce3ba04102727.tar.bz2
nixpkgs-6eefe563bd620fbd851ea4f0925ce3ba04102727.tar.lz
nixpkgs-6eefe563bd620fbd851ea4f0925ce3ba04102727.tar.xz
nixpkgs-6eefe563bd620fbd851ea4f0925ce3ba04102727.tar.zst
nixpkgs-6eefe563bd620fbd851ea4f0925ce3ba04102727.zip
GNU Zile: Make `help2man' a native build input.
svn path=/nixpkgs/trunk/; revision=21940
Diffstat (limited to 'pkgs/applications/editors/zile/default.nix')
-rw-r--r--pkgs/applications/editors/zile/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/editors/zile/default.nix b/pkgs/applications/editors/zile/default.nix
index 3cc8d984a8c..7f5ae134a3d 100644
--- a/pkgs/applications/editors/zile/default.nix
+++ b/pkgs/applications/editors/zile/default.nix
@@ -8,7 +8,8 @@ stdenv.mkDerivation rec {
     sha256 = "1lm24sw2ziqsib11sddz7gcqzw5iwfnsx65m1i461kxq218xl59h";
   };
 
-  buildInputs = [ ncurses help2man ];
+  buildInputs = [ ncurses ];
+  buildNativeInputs = [ help2man ];
 
   # Tests can't be run because most of them rely on the ability to
   # fiddle with the terminal.