* Make Thunderbird 2.x the default.

svn path=/nixpkgs/trunk/; revision=8949
This commit is contained in:
Eelco Dolstra 2007-07-05 20:33:32 +00:00
parent 5983f91836
commit ebc3234b5e
3 changed files with 3 additions and 1 deletions

View File

@ -3083,7 +3083,9 @@ rec {
gpgSupport = true;
};
thunderbird = import ../applications/networking/mailreaders/thunderbird {
thunderbird = thunderbird2;
thunderbird1 = import ../applications/networking/mailreaders/thunderbird-1.x {
inherit fetchurl stdenv pkgconfig perl zip libjpeg libpng zlib cairo;
inherit (gtkLibs) gtk;
inherit (gnome) libIDL;