Merge pull request #83482 from doronbehar/improve-picard
picard: add optional qtmultimedia dependency
This commit is contained in:
@@ -80,6 +80,9 @@ in buildPythonPackage rec {
|
||||
|
||||
passthru = {
|
||||
inherit sip;
|
||||
multimediaEnabled = withMultimedia;
|
||||
webKitEnabled = withWebKit;
|
||||
WebSocketsEnabled = withWebSockets;
|
||||
};
|
||||
|
||||
configurePhase = ''
|
||||
|
||||
Reference in New Issue
Block a user