Loading pkgs/development/python-modules/livekit-api/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ protobuf, livekit-protocol, pytestCheckHook, gitUpdater, }: buildPythonPackage rec { Loading Loading @@ -43,6 +44,8 @@ buildPythonPackage rec { pythonImportsCheck = [ "livekit" ]; passthru.updateScript = gitUpdater { rev-prefix = "api-v"; }; meta = { description = "LiveKit real-time and server SDKs for Python"; homepage = "https://github.com/livekit/python-sdks/"; Loading Loading
pkgs/development/python-modules/livekit-api/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ protobuf, livekit-protocol, pytestCheckHook, gitUpdater, }: buildPythonPackage rec { Loading Loading @@ -43,6 +44,8 @@ buildPythonPackage rec { pythonImportsCheck = [ "livekit" ]; passthru.updateScript = gitUpdater { rev-prefix = "api-v"; }; meta = { description = "LiveKit real-time and server SDKs for Python"; homepage = "https://github.com/livekit/python-sdks/"; Loading