pyqtwebengine: passthru wrapQtAppsHook

This commit is contained in:
Jan Malakhovski 2019-08-17 20:24:46 +00:00
parent c0e56afddb
commit eb8e973660

View File

@ -1,5 +1,6 @@
{ lib, fetchurl, pythonPackages, pkgconfig
, qmake, qtbase, qtsvg, qtwebengine
, wrapQtAppsHook
}:
let
@ -77,9 +78,12 @@ in buildPythonPackage rec {
doCheck = true;
enableParallelBuilding = true;
passthru = {
inherit wrapQtAppsHook;
};
meta = with lib; {
description = "Python bindings for Qt5";
homepage = http://www.riverbankcomputing.co.uk;