···11 buildInputs = [ pkgconfig ncurses boehmgc ];
12 nativeBuildInputs = [ help2man perl ];
1314- # `help2man' wants to run Zile, which fails when cross-compiling.
15- crossAttrs.nativeBuildInputs = [];
16-17 # Tests can't be run because most of them rely on the ability to
18 # fiddle with the terminal.
19 doCheck = false;
···11 buildInputs = [ pkgconfig ncurses boehmgc ];
12 nativeBuildInputs = [ help2man perl ];
1300014 # Tests can't be run because most of them rely on the ability to
15 # fiddle with the terminal.
16 doCheck = false;