* Latest Wine, Thunderbird.
svn path=/nixpkgs/trunk/; revision=13527
This commit is contained in:
parent
d6f1d7acb3
commit
2ffc686b67
@ -11,13 +11,13 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "thunderbird-2.0.0.17";
|
name = "thunderbird-2.0.0.18";
|
||||||
|
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/2.0.0.17/source/thunderbird-2.0.0.17-source.tar.bz2;
|
url = ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/2.0.0.18/source/thunderbird-2.0.0.18-source.tar.bz2;
|
||||||
sha1 = "98a7ff5206fe1bddcb895dc2276e348229af99d9";
|
sha1 = "4d05300280763e34c7a115835523ed2805f7733c";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
@ -8,11 +8,11 @@ assert stdenv.isLinux;
|
|||||||
let lib = import ../../../lib/default.nix; in
|
let lib = import ../../../lib/default.nix; in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "wine-1.1.2";
|
name = "wine-1.1.9";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/wine/wine-1.1.7.tar.bz2;
|
url = mirror://sourceforge/wine/wine-1.1.9.tar.bz2;
|
||||||
sha256 = "1wj20pz638x27db1vpgf4m53wbdia95bp7dxi1zdqlfnp54da22w";
|
sha256 = "1jhy7l5q1jri529n5070f4wjigbw4dr7d4jgdc10v6hxfmlp1mzy";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
@ -95,6 +95,8 @@ let
|
|||||||
pan = test (pkgs: pkgs.pan);
|
pan = test (pkgs: pkgs.pan);
|
||||||
perl = test (pkgs: pkgs.perl);
|
perl = test (pkgs: pkgs.perl);
|
||||||
python = test (pkgs: pkgs.python);
|
python = test (pkgs: pkgs.python);
|
||||||
|
thunderbird = test (pkgs: pkgs.thunderbird);
|
||||||
|
wine = test (pkgs: pkgs.wine);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user