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:
parent
b9078e581b
commit
0caf7e5f0c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user