Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webkitgtk_6_0: 2.46.6 → 2.48.0 #391948

Merged
merged 1 commit into from
Mar 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions pkgs/development/libraries/webkitgtk/default.nix
Original file line number Diff line number Diff line change
@@ -37,6 +37,7 @@
libxslt,
harfbuzz,
hyphen,
icu,
libsysprof-capture,
libpthreadstubs,
nettle,
@@ -79,7 +80,7 @@
# https://webkitgtk.org/2024/10/04/webkitgtk-2.46.html recommends building with clang.
clangStdenv.mkDerivation (finalAttrs: {
pname = "webkitgtk";
version = "2.46.6";
version = "2.48.0";
name = "${finalAttrs.pname}-${finalAttrs.version}+abi=${
if lib.versionAtLeast gtk3.version "4.0" then
"6.0"
@@ -99,7 +100,7 @@ clangStdenv.mkDerivation (finalAttrs: {

src = fetchurl {
url = "https://webkitgtk.org/releases/webkitgtk-${finalAttrs.version}.tar.xz";
hash = "sha256-8rMd5pMiC6m6t2zm3f5bC/qyUVyysKcPPFTUBQdmwys=";
hash = "sha256-lJBKVc8S1EpONs6tr/8C1G2nPXa+m0dp80y/3w7r+I4=";
};

patches = lib.optionals clangStdenv.hostPlatform.isLinux [
@@ -135,6 +136,7 @@ clangStdenv.mkDerivation (finalAttrs: {
at-spi2-core
cairo # required even when using skia
enchant2
flite
libavif
libepoxy
libjxl
@@ -143,6 +145,7 @@ clangStdenv.mkDerivation (finalAttrs: {
gst-plugins-base
harfbuzz
hyphen
icu
libGL
libGLU
libgbm
@@ -186,7 +189,7 @@ clangStdenv.mkDerivation (finalAttrs: {
geoclue2
]
++ lib.optionals enableExperimental [
flite
# For ENABLE_WEB_RTC
openssl
]
++ lib.optionals withLibsecret [