GNU Zile: Make `help2man' a native build input.
svn path=/nixpkgs/trunk/; revision=21940
This commit is contained in:
parent
23d4be19b4
commit
6eefe563bd
@ -8,7 +8,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1lm24sw2ziqsib11sddz7gcqzw5iwfnsx65m1i461kxq218xl59h";
|
sha256 = "1lm24sw2ziqsib11sddz7gcqzw5iwfnsx65m1i461kxq218xl59h";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ncurses help2man ];
|
buildInputs = [ ncurses ];
|
||||||
|
buildNativeInputs = [ help2man ];
|
||||||
|
|
||||||
# Tests can't be run because most of them rely on the ability to
|
# Tests can't be run because most of them rely on the ability to
|
||||||
# fiddle with the terminal.
|
# fiddle with the terminal.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user