From ac80e8229be097a3a99775af0158a71d5977ab93 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 27 Apr 2007 22:41:35 +0000 Subject: * Pan 0.128. svn path=/nixpkgs/trunk/; revision=8622 --- pkgs/applications/networking/newsreaders/pan/default.nix | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'pkgs/applications/networking') diff --git a/pkgs/applications/networking/newsreaders/pan/default.nix b/pkgs/applications/networking/newsreaders/pan/default.nix index fd36cdcba6e0..a931c87b7827 100644 --- a/pkgs/applications/networking/newsreaders/pan/default.nix +++ b/pkgs/applications/networking/newsreaders/pan/default.nix @@ -1,23 +1,21 @@ { spellChecking ? true -, stdenv, fetchurl, pkgconfig, gtk, gtkspell ? null, gnet +, stdenv, fetchurl, pkgconfig, gtk, gtkspell ? null , perl, pcre, gmime, gettext }: -assert pkgconfig != null && gtk != null && gnet != null - && perl != null && pcre != null; assert spellChecking -> gtkspell != null /* !!! && gtk == gtkspell.gtk */; # !!! assert gtk.glib == gnet.glib; stdenv.mkDerivation { - name = "pan-0.106"; + name = "pan-0.128"; src = fetchurl { - url = http://nix.cs.uu.nl/dist/tarballs/pan-0.106.tar.bz2; - md5 = "34cdc4b7606f09517f015a2c624044c9"; + url = http://pan.rebelbase.com/download/releases/0.128/source/pan-0.128.tar.bz2; + sha1 = "3fca3cbd3d3ae3cc507d2b0a06a0fe03c993abe6"; }; buildInputs = [ - pkgconfig gtk gnet perl pcre gmime gettext + pkgconfig gtk perl pcre gmime gettext (if spellChecking then gtkspell else null) ]; -- cgit 1.4.1