qt512.qtwebengine: fix build w/glibc-2.34

Failing Hydra build: https://hydra.nixos.org/build/163120450
main
Maximilian Bosch 3 years ago
parent 81e0c947ec
commit 7605d492a7
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
  1. 8
      pkgs/development/libraries/qt-5/5.12/default.nix

@ -85,6 +85,14 @@ let
qtscript = [ ./qtscript.patch ];
qtserialport = [ ./qtserialport.patch ];
qtwebengine = [
# glibc 2.34 compat
(fetchpatch {
url = "https://src.fedoraproject.org/rpms/qt5-qtwebengine/raw/d122c011631137b79455850c363676c655cf9e09/f/qtwebengine-everywhere-src-5.15.5-SIGSTKSZ.patch";
sha256 = "sha256-CJxN6sTvWdPVEwSkr0zpPrjyhUIi6tYSWb8ZyO0sY2o=";
excludes = [
"src/3rdparty/chromium/third_party/abseil-cpp/absl/debugging/failure_signal_handler.cc"
];
})
./qtwebengine-no-build-skip.patch
# https://gitlab.freedesktop.org/pulseaudio/pulseaudio/issues/707
# https://bugreports.qt.io/browse/QTBUG-77037

Loading…
Cancel
Save