6 python3Packages.buildPythonApplication rec {
7 pname = "wyoming-piper";
11 src = fetchFromGitHub {
13 repo = "wyoming-piper";
15 hash = "sha256-aI1CWtSpSPX1aK4UR/lsCQZQwNs7qOLKfatlSomJx1Q=";
18 nativeBuildInputs = with python3Packages; [
26 propagatedBuildInputs = with python3Packages; [
30 pythonImportsCheck = [
37 changelog = "https://github.com/rhasspy/wyoming-piper/v${version}/master/CHANGELOG.md";
38 description = "Wyoming Server for Piper";
39 mainProgram = "wyoming-piper";
40 homepage = "https://github.com/rhasspy/wyoming-piper";
41 license = licenses.mit;
42 maintainers = with maintainers; [ hexa ];