Skip to content

Commit

Permalink
qt5.qtwebengine: Sessions crashes fix
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar committed Oct 13, 2020
1 parent 1cd6501 commit b206142
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkgs/development/libraries/qt-5/modules/qtwebengine.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ qtModule {
stripLen = 1;
extraPrefix = "src/3rdparty/";
})
# Manual backport of patch originally reviewed on
# https://chromium-review.googlesource.com/c/chromium/src/+/2153325:
# Downstream reference: https://github.com/NixOS/nixpkgs/pull/99456#issuecomment-703523943
(fetchpatch {
url = "https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=4e828b3b";
sha256 = "1lzqa7hlw2yns86vq4zz270vf77zk8yql080a0xryw0lds83jviv";
stripLen = 1;
extraPrefix = "src/3rdparty/";
})
];

postPatch =
Expand Down

0 comments on commit b206142

Please sign in to comment.