summary refs log tree commit diff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-10-30 00:00:25 +0000
committerLudovic Courtès <ludo@gnu.org>2011-10-30 00:00:25 +0000
commite26fc2311a8ac51968894f32b7b9e410bc2cff4d (patch)
tree21cdbed7f5957db11f467213578c558daa72266d
parent573c9178b551ffb417222730e614aea99e67f999 (diff)
downloadnixpkgs-e26fc2311a8ac51968894f32b7b9e410bc2cff4d.tar
nixpkgs-e26fc2311a8ac51968894f32b7b9e410bc2cff4d.tar.gz
nixpkgs-e26fc2311a8ac51968894f32b7b9e410bc2cff4d.tar.bz2
nixpkgs-e26fc2311a8ac51968894f32b7b9e410bc2cff4d.tar.lz
nixpkgs-e26fc2311a8ac51968894f32b7b9e410bc2cff4d.tar.xz
nixpkgs-e26fc2311a8ac51968894f32b7b9e410bc2cff4d.tar.zst
nixpkgs-e26fc2311a8ac51968894f32b7b9e410bc2cff4d.zip
GNU Zile 2.4.2.
svn path=/nixpkgs/trunk/; revision=30110
-rw-r--r--pkgs/applications/editors/zile/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/editors/zile/default.nix b/pkgs/applications/editors/zile/default.nix
index d8acf24cbf5..6a1762d77ff 100644
--- a/pkgs/applications/editors/zile/default.nix
+++ b/pkgs/applications/editors/zile/default.nix
@@ -1,14 +1,14 @@
-{ fetchurl, stdenv, ncurses, help2man }:
+{ fetchurl, stdenv, ncurses, boehmgc, perl, help2man }:
 
 stdenv.mkDerivation rec {
-  name = "zile-2.3.24";
+  name = "zile-2.4.2";
 
   src = fetchurl {
     url = "mirror://gnu/zile/${name}.tar.gz";
-    sha256 = "12by1f5nbk2qcq0f35aqjq5g54nsnajk2rk5060icsjc86pv52r1";
+    sha256 = "0ia91c18fyssnhabfb22npmidjkx32rqfkjgxxjibvdwfja25d3k";
   };
 
-  buildInputs = [ ncurses ];
+  buildInputs = [ ncurses boehmgc perl ];
   buildNativeInputs = [ help2man ];
 
   # Tests can't be run because most of them rely on the ability to