qtwebkit: Upstream patch for python 3.9 json

This commit is contained in:
Hunter Haugen 2024-03-27 21:43:54 -07:00
parent 4c731c3c34
commit acd985cdae
No known key found for this signature in database
GPG Key ID: EF99694AA599DDAD
1 changed files with 5 additions and 0 deletions

View File

@ -196,6 +196,11 @@ let
./qtwebengine-darwin-checks.patch
];
qtwebkit = [
(fetchpatch {
name = "qtwebkit-python39-json.patch";
url = "https://github.com/qtwebkit/qtwebkit/commit/78360c01c796b6260bf828bc9c8a0ef73c5132fd.patch";
sha256 = "yCX/UL666BPxjnxT6rIsUrJsPcSWHhZwMFJfuHhbkhk=";
})
(fetchpatch {
name = "qtwebkit-bison-3.7-build.patch";
url = "https://github.com/qtwebkit/qtwebkit/commit/d92b11fea65364fefa700249bd3340e0cd4c5b31.patch";