Added Mozilla Thunderbird

svn path=/nixpkgs/trunk/; revision=1396
This commit is contained in:
Martin Bravenboer
2004-09-15 11:06:15 +00:00
parent a1ad30a00d
commit 4e4cfda97f
6 changed files with 69 additions and 0 deletions

View File

@@ -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;
};

View File

@@ -48,6 +48,7 @@ let {
pan
sylpheed
firefox
thunderbird
lynx
MPlayer
MPlayerPlugin