Merge pull request #66796 from oxij/pkgs/fix-anki

anki: use wrapQtAppsHook to fix execution
This commit is contained in:
Timo Kaufmann
2019-08-26 12:11:04 +02:00
committed by GitHub
2 changed files with 16 additions and 9 deletions

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;