6 python3Packages.buildPythonApplication rec {
7 pname = "wyoming-satellite";
11 src = fetchFromGitHub {
13 repo = "wyoming-satellite";
14 rev = "refs/tags/v${version}";
15 hash = "sha256-KIWhWE9Qaxs72fJ1LRTkvk6QtpBJOFlmZv2od69O15g=";
18 nativeBuildInputs = with python3Packages; [
27 propagatedBuildInputs = with python3Packages; [
33 optional-dependencies = {
34 silerovad = with python3Packages; [
37 webrtc = with python3Packages; [
42 pythonImportsCheck = [
46 nativeCheckInputs = with python3Packages; [
53 description = "Remote voice satellite using Wyoming protocol";
54 homepage = "https://github.com/rhasspy/wyoming-satellite";
55 changelog = "https://github.com/rhasspy/wyoming-satellite/blob/${src.rev}/CHANGELOG.md";
56 license = licenses.mit;
57 maintainers = with maintainers; [ hexa ];
58 mainProgram = "wyoming-satellite";