mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
* Thunderbird 2.0.0.16.
* Re-enabled chatzilla in the channel. svn path=/nixpkgs/trunk/; revision=12796
This commit is contained in:
parent
313515452c
commit
c754b8b27c
|
@ -11,12 +11,13 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "thunderbird-2.0.0.14";
|
name = "thunderbird-2.0.0.16";
|
||||||
|
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/2.0.0.14/source/thunderbird-2.0.0.14-source.tar.bz2;
|
url = ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/2.0.0.16/source/thunderbird-2.0.0.16-source.tar.bz2;
|
||||||
sha256 = "0c4pg2fl83916923xvzn1nyhc1iz4nfn7034vnjchd27pq03zbny";
|
sha1 = "30092e38d621c30af02653d3bf246d98d2533853";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
|
@ -24,7 +24,7 @@ let
|
||||||
bzip2
|
bzip2
|
||||||
cabextract
|
cabextract
|
||||||
cdrkit
|
cdrkit
|
||||||
#chatzilla
|
chatzilla
|
||||||
cksfv
|
cksfv
|
||||||
#compiz
|
#compiz
|
||||||
coreutils
|
coreutils
|
||||||
|
|
Loading…
Reference in a new issue