pythonPackages.pyqt5: add passthru for features enabled
This commit is contained in:
parent
2136d80fb3
commit
4f31680331
1 changed files with 3 additions and 0 deletions
|
@ -80,6 +80,9 @@ in buildPythonPackage rec {
|
|||
|
||||
passthru = {
|
||||
inherit sip;
|
||||
multimediaEnabled = withMultimedia;
|
||||
webKitEnabled = withWebKit;
|
||||
WebSocketsEnabled = withWebSockets;
|
||||
};
|
||||
|
||||
configurePhase = ''
|
||||
|
|
Loading…
Reference in a new issue