firefox: Update to 20.0

This commit is contained in:
Eelco Dolstra
2013-04-09 18:00:26 +02:00
parent 2bc9c41b8c
commit bfa358c76e
3 changed files with 185 additions and 2 deletions

View File

@@ -7002,7 +7002,7 @@ let
firefoxWrapper = wrapFirefox { browser = pkgs.firefox; };
firefoxPkgs = pkgs.firefox19Pkgs;
firefoxPkgs = pkgs.firefox20Pkgs;
firefox36Pkgs = callPackage ../applications/networking/browsers/firefox/3.6.nix {
inherit (gnome) libIDL;
@@ -7023,6 +7023,13 @@ let
firefox19Wrapper = lowPrio (wrapFirefox { browser = firefox19Pkgs.firefox; });
firefox20Pkgs = callPackage ../applications/networking/browsers/firefox/20.0.nix {
inherit (gnome) libIDL;
inherit (pythonPackages) pysqlite;
};
firefox20Wrapper = lowPrio (wrapFirefox { browser = firefox20Pkgs.firefox; });
flac = callPackage ../applications/audio/flac { };
flashplayer = callPackage ../applications/networking/browsers/mozilla-plugins/flashplayer-11 {

View File

@@ -362,7 +362,7 @@ let
};
firefox36Pkgs.firefox = linux;
firefox19Pkgs.firefox = linux;
firefox20Pkgs.firefox = linux;
gnome = {
gnome_panel = linux;