Added Mozilla Thunderbird
svn path=/nixpkgs/trunk/; revision=1396
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
@@ -48,6 +48,7 @@ let {
|
||||
pan
|
||||
sylpheed
|
||||
firefox
|
||||
thunderbird
|
||||
lynx
|
||||
MPlayer
|
||||
MPlayerPlugin
|
||||
|
||||
Reference in New Issue
Block a user