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