summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorMartin Bravenboer <martin.bravenboer@logicblox.com>2004-09-15 11:06:15 +0000
committerMartin Bravenboer <martin.bravenboer@logicblox.com>2004-09-15 11:06:15 +0000
commit4e4cfda97fdec324ced0bc52922e294fa506efcd (patch)
tree3cb93c74a4ec15aca7af1163d570db4fe4d35c86 /pkgs/system/all-packages-generic.nix
parenta1ad30a00d923265bffdebbb921dd883900310e8 (diff)
downloadnixpkgs-4e4cfda97fdec324ced0bc52922e294fa506efcd.tar
nixpkgs-4e4cfda97fdec324ced0bc52922e294fa506efcd.tar.gz
nixpkgs-4e4cfda97fdec324ced0bc52922e294fa506efcd.tar.bz2
nixpkgs-4e4cfda97fdec324ced0bc52922e294fa506efcd.tar.lz
nixpkgs-4e4cfda97fdec324ced0bc52922e294fa506efcd.tar.xz
nixpkgs-4e4cfda97fdec324ced0bc52922e294fa506efcd.tar.zst
nixpkgs-4e4cfda97fdec324ced0bc52922e294fa506efcd.zip
Added Mozilla Thunderbird
svn path=/nixpkgs/trunk/; revision=1396
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index c74bfdc34ee..c368d48a8a5 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -754,6 +754,19 @@ rec {
     inherit (gnome) libIDL;
   };
 
+  thunderbird = 
+    (import ../applications/networking/mailreaders/thunderbird/linker.nix) {
+      name = "thunderbird-0.8";
+      dir =
+        (import ../applications/networking/mailreaders/thunderbird) {
+          inherit fetchurl stdenv pkgconfig perl zip;
+          inherit (gtkLibs) gtk;
+          inherit (gnome) libIDL;
+        };
+      files = ["bin/thunderbird"];
+      inherit stdenv;
+    };
+
   lynx = (import ../applications/networking/browsers/lynx) {
     inherit fetchurl stdenv ncurses openssl;
   };