zile: update from 2.4.9 to 2.4.11, adpot it and set platforms to linux
This commit is contained in:
parent
7847276598
commit
d812281674
@ -1,14 +1,14 @@
|
|||||||
{ fetchurl, stdenv, ncurses, boehmgc, perl, help2man }:
|
{ fetchurl, stdenv, pkgconfig, ncurses, boehmgc, perl, help2man }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "zile-2.4.9";
|
name = "zile-2.4.11";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/zile/${name}.tar.gz";
|
url = "mirror://gnu/zile/${name}.tar.gz";
|
||||||
sha256 = "0j801c28ypm924rw3lqyb6khxyslg6ycrv16wmmwcam0mk3mj6f7";
|
sha256 = "1k593y1xzvlj52q0gyhcx2lllws4sg84b8r9pcginjb1vjypplhz";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ncurses boehmgc ];
|
buildInputs = [ pkgconfig ncurses boehmgc ];
|
||||||
nativeBuildInputs = [ help2man perl ];
|
nativeBuildInputs = [ help2man perl ];
|
||||||
|
|
||||||
# `help2man' wants to run Zile, which fails when cross-compiling.
|
# `help2man' wants to run Zile, which fails when cross-compiling.
|
||||||
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
# XXX: Work around cross-compilation-unfriendly `gl_FUNC_FSTATAT' macro.
|
# XXX: Work around cross-compilation-unfriendly `gl_FUNC_FSTATAT' macro.
|
||||||
preConfigure = "export gl_cv_func_fstatat_zero_flag=yes";
|
preConfigure = "export gl_cv_func_fstatat_zero_flag=yes";
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Lightweight Emacs clone";
|
description = "Lightweight Emacs clone";
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
@ -45,8 +45,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
homepage = http://www.gnu.org/software/zile/;
|
homepage = http://www.gnu.org/software/zile/;
|
||||||
|
|
||||||
license = stdenv.lib.licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
|
|
||||||
maintainers = [ ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
|
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user