webkitgtk_6_0: Fix build with enableExperimental

See Nixpkgs issue 504443.
This commit is contained in:
Bobby Rong
2026-03-29 19:02:36 +08:00
parent 53d7baf000
commit 0f67464c3a
@@ -51,6 +51,7 @@
libintl,
lcms2,
libmanette,
librice,
geoclue2,
flite,
fontconfig,
@@ -197,6 +198,7 @@ clangStdenv.mkDerivation (finalAttrs: {
++ lib.optionals enableExperimental [
# For ENABLE_WEB_RTC
openssl
librice
# For ENABLE_WEBXR
openxr-loader
]