playwright.webkit: fix libjxl override

This commit is contained in:
K900
2026-06-28 14:35:36 +03:00
parent c191a1732b
commit 529a1fc318
@@ -79,6 +79,13 @@ let
hash = "sha256-I3PGgh0XqRkCFz7lUZ3Q4eU0+0GwaQcVb6t4Pru1kKo=";
fetchSubmodules = true;
};
# override split output shenanigans from the main package
outputs = [
"out"
"dev"
];
patches = [
# Add missing <atomic> content to fix gcc compilation for RISCV architecture
# https://github.com/libjxl/libjxl/pull/2211