* Upgrade to Pan 0.14.2.90.

svn path=/nixpkgs/trunk/; revision=562
This commit is contained in:
Eelco Dolstra 2003-12-01 16:34:13 +00:00
parent 2dc967e656
commit 4e38179977
3 changed files with 9 additions and 6 deletions

View file

@ -1,6 +1,6 @@
#! /bin/sh
buildinputs="$pkgconfig $gtk $gtkspell $gnet $libxml2 $perl"
buildinputs="$pkgconfig $gtk $gtkspell $gnet $libxml2 $perl $pcre"
. $stdenv/setup || exit 1
tar xvfj $src || exit 1

View file

@ -1,20 +1,21 @@
{ spellChecking ? true
, stdenv, fetchurl, pkgconfig, gtk, gtkspell ? null, gnet, libxml2, perl
, stdenv, fetchurl, pkgconfig, gtk, gtkspell ? null, gnet
, libxml2, perl, pcre
}:
assert !isNull pkgconfig && !isNull gtk && !isNull gnet
&& !isNull libxml2 && !isNull perl;
&& !isNull libxml2 && !isNull perl && !isNull pcre;
assert spellChecking -> !isNull gtkspell && gtk == gtkspell.gtk;
assert gtk.glib == gnet.glib;
derivation {
name = "pan-0.14.2";
name = "pan-0.14.2.90";
system = stdenv.system;
builder = ./builder.sh;
src = fetchurl {
url = http://pan.rebelbase.com/download/releases/0.14.2/SOURCE/pan-0.14.2.tar.bz2;
md5 = "ed3188e7059bb6d6c209ee5d46ac1852";
url = http://pan.rebelbase.com/download/releases/0.14.2.90/SOURCE/pan-0.14.2.90.tar.bz2;
md5 = "03e6d936254e775a94995ba261be23eb";
};
spellChecking = spellChecking;
@ -26,4 +27,5 @@ derivation {
gnet = gnet;
libxml2 = libxml2;
perl = perl;
pcre = pcre;
}

View file

@ -401,6 +401,7 @@
gnet = gnet;
libxml2 = libxml2;
perl = perl;
pcre = pcre;
};
sylpheed = (import ../applications/networking/mailreaders/sylpheed) {