Skip to content

Commit d962c35

Browse files
committed
buildMozillaMach: use icu74 from version 134.0
1 parent 0a5a182 commit d962c35

File tree

1 file changed

+2
-4
lines changed
  • pkgs/applications/networking/browsers/firefox

1 file changed

+2
-4
lines changed

pkgs/applications/networking/browsers/firefox/common.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ in
6767
, glib
6868
, gnum4
6969
, gtk3
70-
, icu72
7170
, icu73
71+
, icu74
7272
, libGL
7373
, libGLU
7474
, libevent
@@ -528,11 +528,9 @@ buildStdenv.mkDerivation {
528528
++ lib.optional sndioSupport sndio
529529
++ lib.optionals waylandSupport [ libxkbcommon libdrm ]
530530
))
531-
# icu73 changed how it follows symlinks which breaks in the firefox sandbox
532-
# https://bugzilla.mozilla.org/show_bug.cgi?id=1839287
533531
# icu74 fails to build on 127 and older
534532
# https://bugzilla.mozilla.org/show_bug.cgi?id=1862601
535-
++ [ (if (lib.versionAtLeast version "115") then icu73 else icu72) ]
533+
++ [ (if (lib.versionAtLeast version "134") then icu74 else icu73) ]
536534
++ lib.optional gssSupport libkrb5
537535
++ lib.optional jemallocSupport jemalloc
538536
++ extraBuildInputs;

0 commit comments

Comments
 (0)