aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/networking/browsers/firefox/packages.nix
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2020-07-01 15:53:55 +0200
committerajs124 <git@ajs124.de>2020-07-12 16:30:02 +0200
commit93a49b23680ad41aced5411d117cc13b7fcf1f59 (patch)
treed90e71ece7a8afb9e1d29224610d5d1625fb6508 /pkgs/applications/networking/browsers/firefox/packages.nix
parent8ce24b220af733e6d4d950781b207c38a34441a1 (diff)
firefox/packages: drop old aliases
the 20.03 branchoff happened months ago
Diffstat (limited to 'pkgs/applications/networking/browsers/firefox/packages.nix')
-rw-r--r--pkgs/applications/networking/browsers/firefox/packages.nix19
1 files changed, 0 insertions, 19 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/packages.nix b/pkgs/applications/networking/browsers/firefox/packages.nix
index 232c9acb70fa..e551cd8b2ea3 100644
--- a/pkgs/applications/networking/browsers/firefox/packages.nix
+++ b/pkgs/applications/networking/browsers/firefox/packages.nix
@@ -54,23 +54,4 @@ rec {
versionKey = "ffversion";
};
};
-} // lib.optionalAttrs (config.allowAliases or true) {
- #### ALIASES
- #### remove after 20.03 branchoff
-
- firefox-esr-52 = throw ''
- firefoxPackages.firefox-esr-52 was removed as it's an unsupported ESR with
- open security issues. If you need it because you need to run some plugins
- not having been ported to WebExtensions API, import it from an older
- nixpkgs checkout still containing it.
- '';
- firefox-esr-60 = throw "firefoxPackages.firefox-esr-60 was removed as it's an unsupported ESR with open security issues.";
-
- icecat = throw "firefoxPackages.icecat was removed as even its latest upstream version is based on an unsupported ESR release with open security issues.";
- icecat-52 = throw "firefoxPackages.icecat was removed as even its latest upstream version is based on an unsupported ESR release with open security issues.";
-
- tor-browser-7-5 = throw "firefoxPackages.tor-browser-7-5 was removed because it was out of date and inadequately maintained. Please use tor-browser-bundle-bin instead. See #77452.";
- tor-browser-8-5 = throw "firefoxPackages.tor-browser-8-5 was removed because it was out of date and inadequately maintained. Please use tor-browser-bundle-bin instead. See #77452.";
- tor-browser = throw "firefoxPackages.tor-browser was removed because it was out of date and inadequately maintained. Please use tor-browser-bundle-bin instead. See #77452.";
-
}