zile: 2.4.14 -> 2.6.0.90

wip/yesman
Austin Butler 4 years ago
parent 732cc5c147
commit 6a94d50d46
  1. 10
      pkgs/applications/editors/zile/default.nix

@ -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

Loading…
Cancel
Save