Author: eelco
Date: Thu Oct  6 13:21:05 2011
New Revision: 29697
URL: https://nixos.org/websvn/nix/?rev=29697&sc=1

Log:
* Thunderbird 7.0.1.

Added:
   nixpkgs/trunk/pkgs/applications/networking/mailreaders/thunderbird/7.x.nix
      - copied, changed from r29688, 
nixpkgs/trunk/pkgs/applications/networking/mailreaders/thunderbird/5.x.nix
Deleted:
   nixpkgs/trunk/pkgs/applications/networking/mailreaders/thunderbird/5.x.nix
Modified:
   nixpkgs/trunk/pkgs/top-level/all-packages.nix

Copied and modified: 
nixpkgs/trunk/pkgs/applications/networking/mailreaders/thunderbird/7.x.nix 
(from r29688, 
nixpkgs/trunk/pkgs/applications/networking/mailreaders/thunderbird/5.x.nix)
==============================================================================
--- nixpkgs/trunk/pkgs/applications/networking/mailreaders/thunderbird/5.x.nix  
Thu Oct  6 11:07:25 2011        (r29688, copy source)
+++ nixpkgs/trunk/pkgs/applications/networking/mailreaders/thunderbird/7.x.nix  
Thu Oct  6 13:21:05 2011        (r29697)
@@ -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

Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix       Thu Oct  6 13:16:47 
2011        (r29696)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix       Thu Oct  6 13:21:05 
2011        (r29697)
@@ -7323,7 +7323,7 @@
 
   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 @@
     inherit (gnome) libIDL;
   };
 
-  thunderbird5 = callPackage 
../applications/networking/mailreaders/thunderbird/5.x.nix {
+  thunderbird7 = callPackage 
../applications/networking/mailreaders/thunderbird/7.x.nix {
     inherit (gnome) libIDL;
   };
 
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to