firefox-esr-91: init at 91.0esr

(cherry picked from commit d5f7fc95a9ec5798618d10fd04a3ef91aa08de76)
This commit is contained in:
Martin Weinelt
2021-08-10 14:54:58 +09:00
committed by Raphael Megzari
parent ae16816ff5
commit 6c6d0f971f
4 changed files with 38 additions and 7 deletions
+3
View File
@@ -23639,9 +23639,12 @@ in
firefox-unwrapped = firefoxPackages.firefox;
firefox-esr-78-unwrapped = firefoxPackages.firefox-esr-78;
firefox-esr-91-unwrapped = firefoxPackages.firefox-esr-91;
firefox = wrapFirefox firefox-unwrapped { };
firefox-wayland = wrapFirefox firefox-unwrapped { forceWayland = true; };
firefox-esr-wayland = wrapFirefox firefox-esr-91-unwrapped { forceWayland = true; };
firefox-esr-78 = wrapFirefox firefox-esr-78-unwrapped { };
firefox-esr-91 = wrapFirefox firefox-esr-91-unwrapped { };
firefox-esr = firefox-esr-78;
firefox-bin-unwrapped = callPackage ../applications/networking/browsers/firefox-bin {