firefox: Update to 20.0
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -362,7 +362,7 @@ let
|
||||
};
|
||||
|
||||
firefox36Pkgs.firefox = linux;
|
||||
firefox19Pkgs.firefox = linux;
|
||||
firefox20Pkgs.firefox = linux;
|
||||
|
||||
gnome = {
|
||||
gnome_panel = linux;
|
||||
|
||||
Reference in New Issue
Block a user