pythonPackages.pyqt5: add passthru for features enabled
This commit is contained in:
parent
2136d80fb3
commit
4f31680331
@ -80,6 +80,9 @@ in buildPythonPackage rec {
|
||||
|
||||
passthru = {
|
||||
inherit sip;
|
||||
multimediaEnabled = withMultimedia;
|
||||
webKitEnabled = withWebKit;
|
||||
WebSocketsEnabled = withWebSockets;
|
||||
};
|
||||
|
||||
configurePhase = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user