File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
pkgs/applications/networking/browsers/firefox Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments