zile: Update to 2.4.8 and fix compilation

http://hydra.nixos.org/build/3052831
This commit is contained in:
Eelco Dolstra 2012-09-21 13:43:56 -04:00
parent 4952fa98ee
commit 205e9235fc

View File

@ -1,11 +1,11 @@
{ fetchurl, stdenv, ncurses, boehmgc, perl, help2man }: { fetchurl, stdenv, ncurses, boehmgc, perl, help2man }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "zile-2.4.7"; name = "zile-2.4.8";
src = fetchurl { src = fetchurl {
url = "mirror://gnu/zile/${name}.tar.gz"; url = "mirror://gnu/zile/${name}.tar.gz";
sha256 = "1ak7qjb7s4whxg8qpkg7yixfnhinwfmzgav7rzi0kjmm93z35xcc"; sha256 = "0jdwyyncplxpb32amf3qs3vsc3fcqmlb2hiayz1cmkg3ckhg94xp";
}; };
buildInputs = [ ncurses boehmgc ]; buildInputs = [ ncurses boehmgc ];