zile: 2.4.14 -> 2.6.0.90
This commit is contained in:
parent
732cc5c147
commit
6a94d50d46
@ -1,15 +1,15 @@
|
|||||||
{ fetchurl, stdenv, pkgconfig, ncurses, boehmgc, perl, help2man }:
|
{ fetchurl, stdenv, glib, libgee, pkg-config, ncurses, boehmgc, perl, help2man, vala }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "zile-2.4.14";
|
name = "zile-2.6.0.90";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/zile/${name}.tar.gz";
|
url = "mirror://gnu/zile/${name}.tar.gz";
|
||||||
sha256 = "0x3byaddms8l3g7igx6njycqsq98wgapysdb5c7lhcnajlkp8y3s";
|
sha256 = "1bhdwnasmqhy0hi3fqmpzr8xkw5zlqjpmf1cj42h4cg3fnamp6r3";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ncurses boehmgc ];
|
buildInputs = [ glib libgee ncurses boehmgc vala ];
|
||||||
nativeBuildInputs = [ perl pkgconfig ]
|
nativeBuildInputs = [ perl pkg-config ]
|
||||||
# `help2man' wants to run Zile, which won't work when the
|
# `help2man' wants to run Zile, which won't work when the
|
||||||
# newly-produced binary can't be run at build-time.
|
# newly-produced binary can't be run at build-time.
|
||||||
++ stdenv.lib.optional
|
++ stdenv.lib.optional
|
||||||
|
Loading…
x
Reference in New Issue
Block a user