GNU Zile: Fix cross-compilation.
svn path=/nixpkgs/trunk/; revision=30414
This commit is contained in:
parent
ac443637fe
commit
db1b4e2edc
@ -8,13 +8,16 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0ia91c18fyssnhabfb22npmidjkx32rqfkjgxxjibvdwfja25d3k";
|
sha256 = "0ia91c18fyssnhabfb22npmidjkx32rqfkjgxxjibvdwfja25d3k";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ncurses boehmgc perl ];
|
buildInputs = [ ncurses boehmgc ];
|
||||||
buildNativeInputs = [ help2man ];
|
buildNativeInputs = [ help2man perl ];
|
||||||
|
|
||||||
# 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;
|
||||||
|
|
||||||
|
# XXX: Work around cross-compilation-unfriendly `gl_FUNC_FSTATAT' macro.
|
||||||
|
preConfigure = "export gl_cv_func_fstatat_zero_flag=yes";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "GNU Zile, a lightweight Emacs clone";
|
description = "GNU Zile, a lightweight Emacs clone";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user