* Thunderbird 3.0. It doesn't use the Xulrunner package, as building

against an external Xulrunner seems to be unsupported currently.

svn path=/nixpkgs/trunk/; revision=19169
This commit is contained in:
Eelco Dolstra
2010-01-02 13:21:50 +00:00
parent 0dc9f7dd4f
commit 05fce85edc
4 changed files with 52 additions and 98 deletions

View File

@@ -10,11 +10,11 @@ let
in
stdenv.mkDerivation {
name = "nss-3.12.4";
name = "nss-3.12.5";
src = fetchurl {
url = http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_4_RTM/src/nss-3.12.4.tar.gz;
sha1 = "a152bf980f3a3dcf575c2d149fb279058ef2e757";
url = http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_5_RTM/src/nss-3.12.5.tar.gz;
sha1 = "ec12c6eddba5fb4609a174b079095b374935d37c";
};
buildInputs = [nspr perl zlib];