about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2019-01-31 16:37:48 +0000
committerJan Malakhovski <oxij@oxij.org>2019-01-31 17:02:52 +0000
commitafd0929f6cb24cd170d27e3f1e51da25853590a3 (patch)
treee31de05c6295644bce62c1968d85a0fbc791881c /pkgs
parent86a0112d5951a40041ea6b4bdcc849a0dce195c6 (diff)
downloadnixlib-afd0929f6cb24cd170d27e3f1e51da25853590a3.tar
nixlib-afd0929f6cb24cd170d27e3f1e51da25853590a3.tar.gz
nixlib-afd0929f6cb24cd170d27e3f1e51da25853590a3.tar.bz2
nixlib-afd0929f6cb24cd170d27e3f1e51da25853590a3.tar.lz
nixlib-afd0929f6cb24cd170d27e3f1e51da25853590a3.tar.xz
nixlib-afd0929f6cb24cd170d27e3f1e51da25853590a3.tar.zst
nixlib-afd0929f6cb24cd170d27e3f1e51da25853590a3.zip
firefoxPackages: add a comments explaining the purpose of older versions
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/browsers/firefox/packages.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/packages.nix b/pkgs/applications/networking/browsers/firefox/packages.nix
index bc4c2ff2783d..c90c3e41b071 100644
--- a/pkgs/applications/networking/browsers/firefox/packages.nix
+++ b/pkgs/applications/networking/browsers/firefox/packages.nix
@@ -39,6 +39,11 @@ rec {
     };
   };
 
+  # Do not remove. This is the last version of Firefox that supports
+  # the old plugins. While this package is unsafe to use for browsing
+  # the web, there are many old useful plugins targeting offline
+  # activities (e.g. ebook readers, syncronous translation, etc) that
+  # will probably never be ported to WebExtensions API.
   firefox-esr-52 = common rec {
     pname = "firefox-esr";
     ffversion = "52.9.0esr";
@@ -146,6 +151,7 @@ in rec {
     ];
   };
 
+  # Similarly to firefox-esr-52 above.
   icecat-52 = iccommon rec {
     ffversion = "52.6.0";
     icversion = "${ffversion}-gnu1";