* Thunderbird 7.0.1.

svn path=/nixpkgs/trunk/; revision=29697
This commit is contained in:
Eelco Dolstra 2011-10-06 13:21:05 +00:00
parent ddd571e253
commit f4d88c2197
2 changed files with 6 additions and 6 deletions

View File

@ -11,18 +11,18 @@
}:
let version = "5.0"; in
let version = "7.0.1"; in
# from wikipedia: This Release no longer supports versions of Mac OS X
# before Mac OS X 10.5 Leopard or Mac computers with PowerPC processors.
stdenv.mkDerivation {
name = "thunderbird-${version}";
src = fetchurl {
url = "http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.bz2";
sha1 = "392c3e0ef70b62c29a543f88b2b8d5a51bfe69a7";
sha1 = "ccfc6fe3fe4ad07b214e20bc440d20e14d3ffbe5";
};
enableParallelBuilding = true;
buildInputs =
[ pkgconfig perl python zip bzip2 gtk dbus_glib alsaLib libIDL nspr libnotify
libnotify cairo pixman fontconfig yasm mesa nss

View File

@ -7323,7 +7323,7 @@ let
thinkingRock = callPackage ../applications/misc/thinking-rock { };
thunderbird = thunderbird3;
thunderbird = thunderbird7;
thunderbird2 = callPackage ../applications/networking/mailreaders/thunderbird/2.x.nix {
inherit (gnome) libIDL;
@ -7333,7 +7333,7 @@ let
inherit (gnome) libIDL;
};
thunderbird5 = callPackage ../applications/networking/mailreaders/thunderbird/5.x.nix {
thunderbird7 = callPackage ../applications/networking/mailreaders/thunderbird/7.x.nix {
inherit (gnome) libIDL;
};