Merge pull request #106139 from austinbutler/zile-2.6.0.90

zile: 2.4.14 -> 2.6.0.90
This commit is contained in:
Sandro 2020-12-11 06:34:54 +01:00 committed by GitHub
commit 6304650805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {
name = "zile-2.4.14";
name = "zile-2.6.0.90";
src = fetchurl {
url = "mirror://gnu/zile/${name}.tar.gz";
sha256 = "0x3byaddms8l3g7igx6njycqsq98wgapysdb5c7lhcnajlkp8y3s";
sha256 = "1bhdwnasmqhy0hi3fqmpzr8xkw5zlqjpmf1cj42h4cg3fnamp6r3";
};
buildInputs = [ ncurses boehmgc ];
nativeBuildInputs = [ perl pkgconfig ]
buildInputs = [ glib libgee ncurses boehmgc vala ];
nativeBuildInputs = [ perl pkg-config ]
# `help2man' wants to run Zile, which won't work when the
# newly-produced binary can't be run at build-time.
++ stdenv.lib.optional