larynx: test larynx-train in passthru

This commit is contained in:
Martin Weinelt
2023-01-14 20:20:53 +01:00
parent adcf940602
commit 3db078df86
+4
View File
@@ -50,6 +50,10 @@ stdenv.mkDerivation {
runHook postInstall
'';
passthru.tests = {
inherit larynx-train;
};
meta = with lib; {
changelog = "https://github.com/rhasspy/larynx2/releases/tag/v${version}";
description = "A fast, local neural text to speech system";