larynx: test larynx-train in passthru

This commit is contained in:
Martin Weinelt 2023-01-13 01:08:23 +01:00
parent adcf940602
commit 3db078df86
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

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";