firefox: 88.0.1 -> 89.0

https://www.mozilla.org/en-US/firefox/89.0/releasenotes/
(cherry picked from commit bcc35ef63fbabdd9e0b03213fb4af67dedf4c359)
This commit is contained in:
Martin Weinelt
2021-06-01 03:04:54 +02:00
parent 05a82f0f46
commit 66959b52fd
2 changed files with 9 additions and 3 deletions
@@ -16,6 +16,10 @@
### optionals
## backported libraries
, rust-cbindgen_latest
## optional libraries
, alsaSupport ? stdenv.isLinux, alsaLib
@@ -90,6 +94,8 @@ let
then "/Applications/${binaryNameCapitalized}.app/Contents/MacOS"
else "/bin";
rust-cbindgen_pkg = if lib.versionAtLeast ffversion "89" then rust-cbindgen_latest else rust-cbindgen;
# 78 ESR won't build with rustc 1.47
inherit (if lib.versionAtLeast ffversion "82" then rustPackages else rustPackages_1_45)
rustc cargo;
@@ -226,7 +232,7 @@ buildStdenv.mkDerivation ({
perl
pkg-config
python3
rust-cbindgen
rust-cbindgen_pkg
rustc
which
unzip