Firefox 7.0 release
svn path=/nixpkgs/trunk/; revision=29544
This commit is contained in:
parent
a54473bc5d
commit
8e02768459
@ -15,14 +15,14 @@ assert stdenv.gcc ? libc && stdenv.gcc.libc != null;
|
|||||||
|
|
||||||
rec {
|
rec {
|
||||||
|
|
||||||
firefoxVersion = "7.0b1";
|
firefoxVersion = "7.0";
|
||||||
|
|
||||||
xulVersion = "7.0"; # this attribute is used by other packages
|
xulVersion = "7.0"; # this attribute is used by other packages
|
||||||
|
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/${firefoxVersion}-candidates/build1/source/firefox-${firefoxVersion}.source.tar.bz2";
|
url = "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${firefoxVersion}/source/firefox-${firefoxVersion}.source.tar.bz2";
|
||||||
sha256 = "0s8lv07nggdf8ad2yx7sgq1mfy1dvzir0f6x4km911yc9qyhwmwk";
|
sha256 = "1fpadlsdc8d739cz52dicn68v2ilv044hxivilgy9jnrazznrm42";
|
||||||
};
|
};
|
||||||
|
|
||||||
commonConfigureFlags =
|
commonConfigureFlags =
|
||||||
|
@ -6576,12 +6576,12 @@ let
|
|||||||
|
|
||||||
firefox60Wrapper = wrapFirefox firefox60Pkgs.firefox "firefox" "";
|
firefox60Wrapper = wrapFirefox firefox60Pkgs.firefox "firefox" "";
|
||||||
|
|
||||||
firefox70b1Pkgs = callPackage ../applications/networking/browsers/firefox/7.0.nix {
|
firefox70Pkgs = callPackage ../applications/networking/browsers/firefox/7.0.nix {
|
||||||
inherit (gtkLibs) gtk pango;
|
inherit (gtkLibs) gtk pango;
|
||||||
inherit (gnome) libIDL;
|
inherit (gnome) libIDL;
|
||||||
};
|
};
|
||||||
|
|
||||||
firefox70b1Wrapper = lowPrio (wrapFirefox firefox70b1Pkgs.firefox "firefox" "");
|
firefox70Wrapper = lowPrio (wrapFirefox firefox70Pkgs.firefox "firefox" "");
|
||||||
|
|
||||||
flac = callPackage ../applications/audio/flac { };
|
flac = callPackage ../applications/audio/flac { };
|
||||||
|
|
||||||
|
@ -387,6 +387,7 @@ with (import ./release-lib.nix);
|
|||||||
firefox36Pkgs.firefox = linux;
|
firefox36Pkgs.firefox = linux;
|
||||||
firefox50Pkgs.firefox = linux;
|
firefox50Pkgs.firefox = linux;
|
||||||
firefox60Pkgs.firefox = linux;
|
firefox60Pkgs.firefox = linux;
|
||||||
|
firefox70Pkgs.firefox = linux;
|
||||||
|
|
||||||
gnome = {
|
gnome = {
|
||||||
gnome_panel = linux;
|
gnome_panel = linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user