GNU Zile: Make `help2man' a native build input.

svn path=/nixpkgs/trunk/; revision=21940
This commit is contained in:
Ludovic Courtès 2010-05-21 15:07:47 +00:00
parent 23d4be19b4
commit 6eefe563bd

View File

@ -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.