larynx: test larynx-train in passthru
This commit is contained in:
parent
adcf940602
commit
3db078df86
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue