qt514.qtwebengine: fix build w/glibc-2.34

Same problem here as with QT 5.15.

Failing Hydra build: https://hydra.nixos.org/build/153224604
This commit is contained in:
Maximilian Bosch 2021-09-18 19:49:29 +02:00
parent b9078e581b
commit 0caf7e5f0c
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -96,6 +96,12 @@ let
stripLen = 1;
extraPrefix = "src/3rdparty/";
})
# glibc 2.34 compat
(fetchpatch {
url = "https://src.fedoraproject.org/rpms/qt5-qtwebengine/raw/4cef673b2dd01ce85ce7a841cf352104bbe79668/f/qtwebengine-everywhere-5.15.2-SIGSTKSZ.patch";
sha256 = "sha256-2D0/FL4PBL4p6ccd6JoDAGqNtLs2aeE1OdM+PJItock=";
})
] ++ lib.optional stdenv.isDarwin ./qtwebengine-darwin-no-platform-check.patch;
qtwebkit = [
(fetchpatch {