Remove Firefox 16
This commit is contained in:
@@ -6953,13 +6953,6 @@ let
|
||||
|
||||
firefox13Wrapper = lowPrio (wrapFirefox { browser = firefox13Pkgs.firefox; });
|
||||
|
||||
firefox16Pkgs = callPackage ../applications/networking/browsers/firefox/16.0.nix {
|
||||
inherit (gnome) libIDL;
|
||||
inherit (pythonPackages) pysqlite;
|
||||
};
|
||||
|
||||
firefox16Wrapper = lowPrio (wrapFirefox { browser = firefox16Pkgs.firefox; });
|
||||
|
||||
firefox17Pkgs = callPackage ../applications/networking/browsers/firefox/17.0.nix {
|
||||
inherit (gnome) libIDL;
|
||||
inherit (pythonPackages) pysqlite;
|
||||
|
||||
@@ -353,7 +353,6 @@ with (import ./release-lib.nix);
|
||||
};
|
||||
|
||||
firefox36Pkgs.firefox = linux;
|
||||
firefox16Pkgs.firefox = linux;
|
||||
firefox17Pkgs.firefox = linux;
|
||||
|
||||
gnome = {
|
||||
|
||||
Reference in New Issue
Block a user