pyqtwebengine: add patch to fix build with Qt 5.14

This commit is contained in:
Milan Pässler
2020-07-30 14:06:52 +02:00
committed by Milan
parent cb1b5351e4
commit ae661388c6
2 changed files with 36 additions and 0 deletions

View File

@@ -18,6 +18,11 @@ in buildPythonPackage rec {
sha256 = "0xdzhl07x3mzfnr5cf4d640168vxi7fyl0fz1pvpbgs0irl14237";
};
patches = [
# source: https://www.riverbankcomputing.com/pipermail/pyqt/2020-June/042985.html
./fix-build-with-qt-514.patch
];
outputs = [ "out" "dev" ];
nativeBuildInputs = [