diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2022-05-31 19:03:16 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2022-05-31 20:00:37 +0200 |
| commit | 3e4303df385164dc15e20aff7d7020d467c083e8 (patch) | |
| tree | 85bb19585f198950345482b3fe437cc348153ba0 | |
| parent | icu71: init at 71.1 (diff) | |
| download | nixpkgs-3e4303df385164dc15e20aff7d7020d467c083e8.tar.gz | |
firefox-unwrapped: migrate common to rust 1.60 and icu71
The 101.0 build requires at least Rust 1.59 and icu 71.1.
| -rw-r--r-- | pkgs/applications/networking/browsers/firefox/common.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/common.nix b/pkgs/applications/networking/browsers/firefox/common.nix index c5c41e48a201..45cdaef60e97 100644 --- a/pkgs/applications/networking/browsers/firefox/common.nix +++ b/pkgs/applications/networking/browsers/firefox/common.nix @@ -9,8 +9,8 @@ , yasm, libGLU, libGL, sqlite, unzip, makeWrapper , hunspell, libevent, libstartup_notification , libvpx -, icu70, libpng, glib, pciutils -, autoconf213, which, gnused, rustPackages_1_57 +, icu71, libpng, glib, pciutils +, autoconf213, which, gnused, rustPackages_1_60 , rust-cbindgen, nodejs, nasm, fetchpatch , gnum4 , gtk3, wrapGAppsHook @@ -95,7 +95,7 @@ let then "/Applications/${binaryNameCapitalized}.app/Contents/MacOS" else "/bin"; - inherit (rustPackages_1_57) rustc cargo; + inherit (rustPackages_1_60) rustc cargo; # Darwin's stdenv provides the default llvmPackages version, match that since # clang LTO on Darwin is broken so the stdenv is not being changed. @@ -151,7 +151,7 @@ buildStdenv.mkDerivation ({ xorg.libXtst libevent libstartup_notification /* cairo */ libpng glib - nasm icu70 libvpx + nasm icu71 libvpx # >= 66 requires nasm for the AV1 lib dav1d # yasm can potentially be removed in future versions # https://bugzilla.mozilla.org/show_bug.cgi?id=1501796 |
