mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 07:37:33 +00:00
pythonPackages: pjsua2: init pjsua2 from pjsip
This commit is contained in:
parent
cbff2010de
commit
237abc78ec
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user