2021-12-02 09:38:13 +01:00
|
|
|
{
|
|
|
|
lib,
|
2024-10-22 22:21:19 +08:00
|
|
|
clangStdenv,
|
2023-11-07 00:17:21 +00:00
|
|
|
buildPackages,
|
2021-08-15 17:12:23 +02:00
|
|
|
runCommand,
|
2019-12-05 06:13:29 -05:00
|
|
|
fetchurl,
|
|
|
|
perl,
|
2019-12-05 06:44:36 -05:00
|
|
|
python3,
|
2019-12-05 06:13:29 -05:00
|
|
|
ruby,
|
2022-08-13 03:31:13 +02:00
|
|
|
gi-docgen,
|
2019-12-05 06:13:29 -05:00
|
|
|
bison,
|
|
|
|
gperf,
|
|
|
|
cmake,
|
|
|
|
ninja,
|
2021-01-18 22:50:56 -08:00
|
|
|
pkg-config,
|
2019-12-05 06:13:29 -05:00
|
|
|
gettext,
|
|
|
|
gobject-introspection,
|
|
|
|
gnutls,
|
|
|
|
libgcrypt,
|
2021-09-29 18:37:45 +02:00
|
|
|
libgpg-error,
|
2019-12-05 06:13:29 -05:00
|
|
|
gtk3,
|
|
|
|
wayland,
|
2022-07-24 06:07:44 +02:00
|
|
|
wayland-protocols,
|
2023-02-11 11:24:23 +00:00
|
|
|
wayland-scanner,
|
2019-12-05 06:13:29 -05:00
|
|
|
libwebp,
|
|
|
|
enchant2,
|
|
|
|
xorg,
|
|
|
|
libxkbcommon,
|
2023-02-25 19:40:03 +08:00
|
|
|
libavif,
|
2021-11-11 05:35:34 +01:00
|
|
|
libepoxy,
|
2023-08-14 18:33:15 +08:00
|
|
|
libjxl,
|
2019-12-05 06:13:29 -05:00
|
|
|
at-spi2-core,
|
2024-09-16 09:27:37 +08:00
|
|
|
cairo,
|
2019-12-05 06:13:29 -05:00
|
|
|
libxml2,
|
|
|
|
libsoup,
|
|
|
|
libsecret,
|
|
|
|
libxslt,
|
|
|
|
harfbuzz,
|
2024-09-18 22:08:20 +08:00
|
|
|
hyphen,
|
2025-03-21 22:09:04 +01:00
|
|
|
icu,
|
2024-09-16 09:27:37 +08:00
|
|
|
libsysprof-capture,
|
2019-12-05 06:13:29 -05:00
|
|
|
libpthreadstubs,
|
|
|
|
nettle,
|
|
|
|
libtasn1,
|
|
|
|
p11-kit,
|
|
|
|
libidn,
|
|
|
|
libedit,
|
|
|
|
readline,
|
2021-07-31 21:36:43 +10:00
|
|
|
apple_sdk,
|
2019-12-05 06:13:29 -05:00
|
|
|
libGL,
|
|
|
|
libGLU,
|
2021-04-09 10:50:17 +02:00
|
|
|
mesa,
|
2019-12-05 06:13:29 -05:00
|
|
|
libintl,
|
2021-09-29 18:37:45 +02:00
|
|
|
lcms2,
|
2021-03-30 01:01:32 +02:00
|
|
|
libmanette,
|
2019-12-05 06:13:29 -05:00
|
|
|
geoclue2,
|
2024-01-12 13:21:48 -05:00
|
|
|
flite,
|
2024-09-16 09:27:37 +08:00
|
|
|
fontconfig,
|
|
|
|
freetype,
|
2024-01-12 13:21:48 -05:00
|
|
|
openssl,
|
2019-12-05 06:13:29 -05:00
|
|
|
sqlite,
|
|
|
|
gst-plugins-base,
|
|
|
|
gst-plugins-bad,
|
|
|
|
woff2,
|
|
|
|
bubblewrap,
|
|
|
|
libseccomp,
|
2024-03-20 09:02:48 +01:00
|
|
|
libbacktrace,
|
2020-09-18 15:39:54 +01:00
|
|
|
systemd,
|
2019-12-05 06:13:29 -05:00
|
|
|
xdg-dbus-proxy,
|
|
|
|
substituteAll,
|
2020-02-25 16:15:40 -05:00
|
|
|
glib,
|
2023-02-25 19:40:03 +08:00
|
|
|
unifdef,
|
2023-12-18 19:34:35 +01:00
|
|
|
addDriverRunpath,
|
2021-12-02 09:38:13 +01:00
|
|
|
enableGeoLocation ? true,
|
2024-01-12 13:21:48 -05:00
|
|
|
enableExperimental ? false,
|
2021-12-02 09:38:13 +01:00
|
|
|
withLibsecret ? true,
|
2024-10-22 22:21:19 +08:00
|
|
|
systemdSupport ? lib.meta.availableOn clangStdenv.hostPlatform systemd,
|
2023-02-12 14:31:52 -05:00
|
|
|
testers,
|
2016-09-18 21:27:59 +02:00
|
|
|
}:
|
|
|
|
|
2024-10-22 22:21:19 +08:00
|
|
|
# https://webkitgtk.org/2024/10/04/webkitgtk-2.46.html recommends building with clang.
|
|
|
|
clangStdenv.mkDerivation (finalAttrs: {
|
2019-08-15 12:41:18 +00:00
|
|
|
pname = "webkitgtk";
|
2025-06-03 00:07:28 +08:00
|
|
|
version = "2.48.3";
|
2023-02-25 19:40:03 +08:00
|
|
|
name = "${finalAttrs.pname}-${finalAttrs.version}+abi=${
|
|
|
|
if lib.versionAtLeast gtk3.version "4.0" then
|
|
|
|
"6.0"
|
|
|
|
else
|
|
|
|
"4.${if lib.versions.major libsoup.version == "2" then "0" else "1"}"
|
|
|
|
}";
|
2016-09-18 21:27:59 +02:00
|
|
|
|
2022-08-13 03:31:13 +02:00
|
|
|
outputs = [
|
|
|
|
"out"
|
|
|
|
"dev"
|
|
|
|
"devdoc"
|
|
|
|
];
|
2016-09-18 21:27:59 +02:00
|
|
|
|
2022-11-07 19:18:24 +11:00
|
|
|
# https://github.com/NixOS/nixpkgs/issues/153528
|
|
|
|
# Can't be linked within a 4GB address space.
|
2024-10-22 22:21:19 +08:00
|
|
|
separateDebugInfo = clangStdenv.hostPlatform.isLinux && !clangStdenv.hostPlatform.is32bit;
|
2020-09-26 11:30:41 -04:00
|
|
|
|
2016-09-18 21:27:59 +02:00
|
|
|
src = fetchurl {
|
2022-09-11 14:49:28 +02:00
|
|
|
url = "https://webkitgtk.org/releases/webkitgtk-${finalAttrs.version}.tar.xz";
|
2025-06-03 00:07:28 +08:00
|
|
|
hash = "sha256-1NxZcPD8alKf9/1nvL+rK7tekb54my6SeWQLMhengsM=";
|
2016-09-18 21:27:59 +02:00
|
|
|
};
|
|
|
|
|
2024-10-22 22:21:19 +08:00
|
|
|
patches = lib.optionals clangStdenv.hostPlatform.isLinux [
|
2019-09-16 14:06:13 +02:00
|
|
|
(substituteAll {
|
|
|
|
src = ./fix-bubblewrap-paths.patch;
|
|
|
|
inherit (builtins) storeDir;
|
2023-12-18 19:34:35 +01:00
|
|
|
inherit (addDriverRunpath) driverLink;
|
2019-09-16 14:06:13 +02:00
|
|
|
})
|
2017-04-10 23:11:16 -07:00
|
|
|
];
|
2016-09-18 21:27:59 +02:00
|
|
|
|
2024-10-22 22:21:19 +08:00
|
|
|
preConfigure = lib.optionalString (clangStdenv.hostPlatform != clangStdenv.buildPlatform) ''
|
2020-02-25 16:15:40 -05:00
|
|
|
# Ignore gettext in cmake_prefix_path so that find_program doesn't
|
|
|
|
# pick up the wrong gettext. TODO: Find a better solution for
|
|
|
|
# this, maybe make cmake not look up executables in
|
|
|
|
# CMAKE_PREFIX_PATH.
|
2021-04-28 00:22:41 +02:00
|
|
|
cmakeFlags+=" -DCMAKE_IGNORE_PATH=${lib.getBin gettext}/bin"
|
2020-02-25 16:15:40 -05:00
|
|
|
'';
|
|
|
|
|
2016-09-18 21:27:59 +02:00
|
|
|
nativeBuildInputs =
|
|
|
|
[
|
2019-12-05 06:13:29 -05:00
|
|
|
bison
|
|
|
|
cmake
|
|
|
|
gettext
|
|
|
|
gobject-introspection
|
|
|
|
gperf
|
|
|
|
ninja
|
|
|
|
perl
|
2021-05-16 03:39:27 -04:00
|
|
|
perl.pkgs.FileCopyRecursive # used by copy-user-interface-resources.pl
|
2021-01-18 22:50:56 -08:00
|
|
|
pkg-config
|
2019-12-05 06:44:36 -05:00
|
|
|
python3
|
2019-12-05 06:13:29 -05:00
|
|
|
ruby
|
2022-08-13 03:31:13 +02:00
|
|
|
gi-docgen
|
2020-03-16 14:27:23 -04:00
|
|
|
glib # for gdbus-codegen
|
2023-02-25 19:40:03 +08:00
|
|
|
unifdef
|
2024-10-22 22:21:19 +08:00
|
|
|
]
|
|
|
|
++ lib.optionals clangStdenv.hostPlatform.isLinux [
|
2023-02-11 11:24:23 +00:00
|
|
|
wayland-scanner
|
2016-09-18 21:27:59 +02:00
|
|
|
];
|
|
|
|
|
2018-03-14 14:15:06 -05:00
|
|
|
buildInputs =
|
|
|
|
[
|
2019-12-05 06:13:29 -05:00
|
|
|
at-spi2-core
|
2024-09-16 09:27:37 +08:00
|
|
|
cairo # required even when using skia
|
2019-12-05 06:13:29 -05:00
|
|
|
enchant2
|
2025-03-21 22:09:04 +01:00
|
|
|
flite
|
2023-02-25 19:40:03 +08:00
|
|
|
libavif
|
2021-11-11 05:35:34 +01:00
|
|
|
libepoxy
|
2023-08-14 18:33:15 +08:00
|
|
|
libjxl
|
2019-12-05 06:13:29 -05:00
|
|
|
gnutls
|
|
|
|
gst-plugins-bad
|
|
|
|
gst-plugins-base
|
|
|
|
harfbuzz
|
2024-09-18 22:08:20 +08:00
|
|
|
hyphen
|
2025-03-21 22:09:04 +01:00
|
|
|
icu
|
2019-12-05 06:13:29 -05:00
|
|
|
libGL
|
|
|
|
libGLU
|
2021-04-09 10:50:17 +02:00
|
|
|
mesa # for libEGL headers
|
2019-12-05 06:13:29 -05:00
|
|
|
libgcrypt
|
2021-09-29 18:37:45 +02:00
|
|
|
libgpg-error
|
2019-12-05 06:13:29 -05:00
|
|
|
libidn
|
|
|
|
libintl
|
2021-09-29 18:37:45 +02:00
|
|
|
lcms2
|
2019-12-05 06:13:29 -05:00
|
|
|
libpthreadstubs
|
2024-09-16 09:27:37 +08:00
|
|
|
libsysprof-capture
|
2019-12-05 06:13:29 -05:00
|
|
|
libtasn1
|
|
|
|
libwebp
|
|
|
|
libxkbcommon
|
|
|
|
libxml2
|
|
|
|
libxslt
|
2024-03-20 09:02:48 +01:00
|
|
|
libbacktrace
|
2019-12-05 06:13:29 -05:00
|
|
|
nettle
|
|
|
|
p11-kit
|
|
|
|
sqlite
|
|
|
|
woff2
|
2024-10-22 22:21:19 +08:00
|
|
|
]
|
|
|
|
++ lib.optionals clangStdenv.hostPlatform.isBigEndian [
|
2024-09-16 09:27:37 +08:00
|
|
|
# https://bugs.webkit.org/show_bug.cgi?id=274032
|
|
|
|
fontconfig
|
|
|
|
freetype
|
2024-10-22 22:21:19 +08:00
|
|
|
]
|
|
|
|
++ lib.optionals clangStdenv.hostPlatform.isDarwin [
|
2019-12-05 06:13:29 -05:00
|
|
|
libedit
|
|
|
|
readline
|
2024-10-22 22:21:19 +08:00
|
|
|
]
|
|
|
|
++
|
|
|
|
lib.optional
|
|
|
|
(
|
|
|
|
clangStdenv.hostPlatform.isDarwin
|
|
|
|
&& lib.versionOlder clangStdenv.hostPlatform.darwinSdkVersion "11.0"
|
|
|
|
)
|
|
|
|
(
|
2024-07-02 22:34:38 +00:00
|
|
|
# this can likely be removed as:
|
|
|
|
# "libproc.h is included in the 10.12 SDK Libsystem and should be identical to this one."
|
|
|
|
# but the package is marked broken on darwin so unable to test
|
|
|
|
|
2021-05-16 03:39:27 -04:00
|
|
|
# Pull a header that contains a definition of proc_pid_rusage().
|
|
|
|
# (We pick just that one because using the other headers from `sdk` is not
|
2021-07-31 21:36:43 +10:00
|
|
|
# compatible with our C++ standard library. This header is already in
|
|
|
|
# the standard library on aarch64)
|
2022-09-11 14:49:28 +02:00
|
|
|
runCommand "webkitgtk_headers" { } ''
|
2021-07-31 21:36:43 +10:00
|
|
|
install -Dm444 "${lib.getDev apple_sdk.sdk}"/include/libproc.h "$out"/include/libproc.h
|
|
|
|
''
|
2024-10-22 22:21:19 +08:00
|
|
|
)
|
|
|
|
++ lib.optionals clangStdenv.hostPlatform.isLinux [
|
2019-12-05 06:13:29 -05:00
|
|
|
libseccomp
|
2021-12-02 09:38:13 +01:00
|
|
|
libmanette
|
2019-12-05 06:13:29 -05:00
|
|
|
wayland
|
2024-03-20 09:02:48 +01:00
|
|
|
xorg.libX11
|
2022-02-20 12:32:31 -08:00
|
|
|
]
|
|
|
|
++ lib.optionals systemdSupport [
|
|
|
|
systemd
|
2021-12-02 09:38:13 +01:00
|
|
|
]
|
|
|
|
++ lib.optionals enableGeoLocation [
|
|
|
|
geoclue2
|
2024-01-12 13:21:48 -05:00
|
|
|
]
|
|
|
|
++ lib.optionals enableExperimental [
|
2025-03-21 22:09:04 +01:00
|
|
|
# For ENABLE_WEB_RTC
|
2024-01-12 13:21:48 -05:00
|
|
|
openssl
|
2021-12-02 09:38:13 +01:00
|
|
|
]
|
|
|
|
++ lib.optionals withLibsecret [
|
|
|
|
libsecret
|
2022-07-24 06:07:44 +02:00
|
|
|
]
|
|
|
|
++ lib.optionals (lib.versionAtLeast gtk3.version "4.0") [
|
|
|
|
wayland-protocols
|
2021-12-02 09:38:13 +01:00
|
|
|
];
|
2016-09-18 21:27:59 +02:00
|
|
|
|
|
|
|
propagatedBuildInputs = [
|
2019-12-05 06:13:29 -05:00
|
|
|
gtk3
|
|
|
|
libsoup
|
2016-09-18 21:27:59 +02:00
|
|
|
];
|
|
|
|
|
2023-02-11 11:24:23 +00:00
|
|
|
cmakeFlags =
|
|
|
|
let
|
|
|
|
cmakeBool = x: if x then "ON" else "OFF";
|
|
|
|
in
|
|
|
|
[
|
|
|
|
"-DENABLE_INTROSPECTION=ON"
|
|
|
|
"-DPORT=GTK"
|
|
|
|
"-DUSE_SOUP2=${cmakeBool (lib.versions.major libsoup.version == "2")}"
|
|
|
|
"-DUSE_LIBSECRET=${cmakeBool withLibsecret}"
|
|
|
|
"-DENABLE_EXPERIMENTAL_FEATURES=${cmakeBool enableExperimental}"
|
2024-10-22 22:21:19 +08:00
|
|
|
]
|
|
|
|
++ lib.optionals clangStdenv.hostPlatform.isLinux [
|
2023-02-11 11:24:23 +00:00
|
|
|
# Have to be explicitly specified when cross.
|
|
|
|
# https://github.com/WebKit/WebKit/commit/a84036c6d1d66d723f217a4c29eee76f2039a353
|
|
|
|
"-DBWRAP_EXECUTABLE=${lib.getExe bubblewrap}"
|
|
|
|
"-DDBUS_PROXY_EXECUTABLE=${lib.getExe xdg-dbus-proxy}"
|
2024-10-22 22:21:19 +08:00
|
|
|
]
|
|
|
|
++ lib.optionals clangStdenv.hostPlatform.isDarwin [
|
2023-02-11 11:24:23 +00:00
|
|
|
"-DENABLE_GAMEPAD=OFF"
|
|
|
|
"-DENABLE_GTKDOC=OFF"
|
|
|
|
"-DENABLE_MINIBROWSER=OFF"
|
|
|
|
"-DENABLE_QUARTZ_TARGET=ON"
|
|
|
|
"-DENABLE_X11_TARGET=OFF"
|
|
|
|
"-DUSE_APPLE_ICU=OFF"
|
|
|
|
"-DUSE_OPENGL_OR_ES=OFF"
|
|
|
|
]
|
|
|
|
++ lib.optionals (lib.versionOlder gtk3.version "4.0") [
|
|
|
|
"-DUSE_GTK4=OFF"
|
|
|
|
]
|
|
|
|
++ lib.optionals (!systemdSupport) [
|
|
|
|
"-DENABLE_JOURNALD_LOG=OFF"
|
|
|
|
];
|
2019-12-05 06:13:29 -05:00
|
|
|
|
|
|
|
postPatch = ''
|
|
|
|
patchShebangs .
|
|
|
|
'';
|
2019-09-16 14:06:13 +02:00
|
|
|
|
2022-08-13 03:31:13 +02:00
|
|
|
postFixup = ''
|
|
|
|
# Cannot be in postInstall, otherwise _multioutDocs hook in preFixup will move right back.
|
|
|
|
moveToOutput "share/doc" "$devdoc"
|
|
|
|
'';
|
|
|
|
|
2021-04-18 09:59:19 +02:00
|
|
|
requiredSystemFeatures = [ "big-parallel" ];
|
|
|
|
|
2023-02-12 14:31:52 -05:00
|
|
|
passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
|
|
|
|
|
2021-04-28 00:22:41 +02:00
|
|
|
meta = with lib; {
|
2019-12-05 06:13:29 -05:00
|
|
|
description = "Web content rendering engine, GTK port";
|
2024-03-19 03:14:51 +01:00
|
|
|
mainProgram = "WebKitWebDriver";
|
2020-03-31 21:11:51 -04:00
|
|
|
homepage = "https://webkitgtk.org/";
|
2019-12-05 06:13:29 -05:00
|
|
|
license = licenses.bsd2;
|
2023-02-12 14:31:52 -05:00
|
|
|
pkgConfigModules = [
|
|
|
|
"javascriptcoregtk-4.0"
|
|
|
|
"webkit2gtk-4.0"
|
|
|
|
"webkit2gtk-web-extension-4.0"
|
|
|
|
];
|
2020-09-26 11:30:41 -04:00
|
|
|
platforms = platforms.linux ++ platforms.darwin;
|
2020-04-01 14:40:51 +02:00
|
|
|
maintainers = teams.gnome.members;
|
2024-10-22 22:21:19 +08:00
|
|
|
broken = clangStdenv.hostPlatform.isDarwin;
|
2019-12-05 06:13:29 -05:00
|
|
|
};
|
2022-09-11 14:49:28 +02:00
|
|
|
})
|