From 4e4cfda97fdec324ced0bc52922e294fa506efcd Mon Sep 17 00:00:00 2001 From: Martin Bravenboer Date: Wed, 15 Sep 2004 11:06:15 +0000 Subject: [PATCH] Added Mozilla Thunderbird svn path=/nixpkgs/trunk/; revision=1396 --- .../mailreaders/thunderbird/builder.sh | 22 +++++++++++++++++++ .../mailreaders/thunderbird/default.nix | 18 +++++++++++++++ .../mailreaders/thunderbird/linker.nix | 6 +++++ .../mailreaders/thunderbird/linker.sh | 9 ++++++++ pkgs/system/all-packages-generic.nix | 13 +++++++++++ pkgs/system/populate-cache.nix | 1 + 6 files changed, 69 insertions(+) create mode 100644 pkgs/applications/networking/mailreaders/thunderbird/builder.sh create mode 100644 pkgs/applications/networking/mailreaders/thunderbird/default.nix create mode 100644 pkgs/applications/networking/mailreaders/thunderbird/linker.nix create mode 100644 pkgs/applications/networking/mailreaders/thunderbird/linker.sh diff --git a/pkgs/applications/networking/mailreaders/thunderbird/builder.sh b/pkgs/applications/networking/mailreaders/thunderbird/builder.sh new file mode 100644 index 00000000000..5878730e402 --- /dev/null +++ b/pkgs/applications/networking/mailreaders/thunderbird/builder.sh @@ -0,0 +1,22 @@ +. $stdenv/setup + +preConfigure() { + cat mail/config/mozconfig > .mozconfig + cat >> .mozconfig <