Merge pull request #83482 from doronbehar/improve-picard

picard: add optional qtmultimedia dependency
This commit is contained in:
Timo Kaufmann
2020-03-31 19:37:28 +00:00
committed by GitHub
2 changed files with 30 additions and 6 deletions

View File

@@ -80,6 +80,9 @@ in buildPythonPackage rec {
passthru = {
inherit sip;
multimediaEnabled = withMultimedia;
webKitEnabled = withWebKit;
WebSocketsEnabled = withWebSockets;
};
configurePhase = ''