* Make Thunderbird 2.x the default.
svn path=/nixpkgs/trunk/; revision=8949
This commit is contained in:
parent
5983f91836
commit
ebc3234b5e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user