* Make Thunderbird 3.x the default.

svn path=/nixpkgs/trunk/; revision=22749
This commit is contained in:
Eelco Dolstra 2010-07-27 11:46:03 +00:00
parent 3c57f1fd8a
commit 159d141fb8

View file

@ -8926,7 +8926,7 @@ let
inherit fetchurl stdenv;
};
thunderbird = thunderbird2;
thunderbird = thunderbird3;
thunderbird2 = import ../applications/networking/mailreaders/thunderbird/2.x.nix {
inherit fetchurl stdenv pkgconfig perl zip libjpeg libpng zlib cairo;