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