pythonPackages.pyqt5: add passthru for features enabled

This commit is contained in:
Doron Behar
2020-03-27 13:03:29 +03:00
parent 2136d80fb3
commit 4f31680331
@@ -80,6 +80,9 @@ in buildPythonPackage rec {
passthru = { passthru = {
inherit sip; inherit sip;
multimediaEnabled = withMultimedia;
webKitEnabled = withWebKit;
WebSocketsEnabled = withWebSockets;
}; };
configurePhase = '' configurePhase = ''