pyqtwebengine: passthru wrapQtAppsHook
This commit is contained in:
parent
c0e56afddb
commit
eb8e973660
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user