pythonPackages: pjsua2: init pjsua2 from pjsip

This commit is contained in:
Bob van der Linden
2023-02-11 21:42:55 +01:00
parent cbff2010de
commit 237abc78ec
+5
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 { };