wyoming-faster-whisper: set mainProgram (#375798)

This commit is contained in:
Martin Weinelt 2025-01-22 13:02:37 +01:00 committed by GitHub
commit 66292a47a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,5 +43,6 @@ python3Packages.buildPythonApplication rec {
homepage = "https://github.com/rhasspy/wyoming-faster-whisper";
license = licenses.mit;
maintainers = with maintainers; [ hexa ];
mainProgram = "wyoming-faster-whisper";
};
}