mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
zile: remove `help2man' from the cross-build inputs
This commit is contained in:
parent
805561e4aa
commit
563416500e
@ -11,6 +11,9 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ ncurses boehmgc ];
|
buildInputs = [ ncurses boehmgc ];
|
||||||
buildNativeInputs = [ help2man perl ];
|
buildNativeInputs = [ help2man perl ];
|
||||||
|
|
||||||
|
# `help2man' wants to run Zile, which fails when cross-compiling.
|
||||||
|
crossAttrs.buildNativeInputs = [];
|
||||||
|
|
||||||
# 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.
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user