1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 36
36
libsecret ,
37
37
libxslt ,
38
38
harfbuzz ,
39
+ icu ,
39
40
hyphen ,
40
41
libsysprof-capture ,
41
42
libpthreadstubs ,
79
80
# https://webkitgtk.org/2024/10/04/webkitgtk-2.46.html recommends building with clang.
80
81
clangStdenv . mkDerivation ( finalAttrs : {
81
82
pname = "webkitgtk" ;
82
- version = "2.46.6 " ;
83
+ version = "2.48.0 " ;
83
84
name = "${ finalAttrs . pname } -${ finalAttrs . version } +abi=${
84
85
if lib . versionAtLeast gtk3 . version "4.0" then
85
86
"6.0"
@@ -99,7 +100,7 @@ clangStdenv.mkDerivation (finalAttrs: {
99
100
100
101
src = fetchurl {
101
102
url = "https://webkitgtk.org/releases/webkitgtk-${ finalAttrs . version } .tar.xz" ;
102
- hash = "sha256-8rMd5pMiC6m6t2zm3f5bC/qyUVyysKcPPFTUBQdmwys =" ;
103
+ hash = "sha256-lJBKVc8S1EpONs6tr/8C1G2nPXa+m0dp80y/3w7r+I4 =" ;
103
104
} ;
104
105
105
106
patches = lib . optionals clangStdenv . hostPlatform . isLinux [
@@ -135,6 +136,7 @@ clangStdenv.mkDerivation (finalAttrs: {
135
136
at-spi2-core
136
137
cairo # required even when using skia
137
138
enchant2
139
+ flite
138
140
libavif
139
141
libepoxy
140
142
libjxl
@@ -143,6 +145,7 @@ clangStdenv.mkDerivation (finalAttrs: {
143
145
gst-plugins-base
144
146
harfbuzz
145
147
hyphen
148
+ icu
146
149
libGL
147
150
libGLU
148
151
libgbm
@@ -186,7 +189,7 @@ clangStdenv.mkDerivation (finalAttrs: {
186
189
geoclue2
187
190
]
188
191
++ lib . optionals enableExperimental [
189
- flite
192
+ # For ENABLE_WEB_RTC
190
193
openssl
191
194
]
192
195
++ lib . optionals withLibsecret [
0 commit comments