treewide: use pythonPackages.pyqt5_with_qtwebkit where QtWebKit is needed

This commit is contained in:
Dmitry Kalinkin
2018-12-11 19:40:28 -05:00
parent 3c198294e7
commit 20d60c8238
9 changed files with 14 additions and 10 deletions

View File

@@ -11,7 +11,10 @@ python3Packages.buildPythonApplication rec {
sha256 = "1yn18pwsjxpxz5j3yfysmaif8k0vqahj5c7ays9cxsylpg9hl7jd";
};
propagatedBuildInputs = with python3Packages; [ lilypond pygame python-ly poppler-qt5 ];
propagatedBuildInputs = with python3Packages; [
lilypond pygame python-ly
pyqt5_with_qtwebkit (poppler-qt5.override { pyqt5 = pyqt5_with_qtwebkit; })
];
# no tests in shipped with upstream
doCheck = false;