pythonPackages: pjsua2: init pjsua2 from pjsip

This commit is contained in:
Bob van der Linden 2023-02-03 15:17:26 +01:00
parent cbff2010de
commit 237abc78ec
No known key found for this signature in database
GPG Key ID: EEBE8E3EC4A31364

View File

@ -7174,6 +7174,11 @@ self: super: with self; {
pixelmatch = callPackage ../development/python-modules/pixelmatch { };
pjsua2 = (toPythonModule (pkgs.pjsip.override {
pythonSupport = true;
python3 = self.python;
})).py;
pkce = callPackage ../development/python-modules/pkce { };
pkgconfig = callPackage ../development/python-modules/pkgconfig { };