piper-{tts, train}: move to by-name (#428003)

This commit is contained in:
Weijia Wang 2025-07-29 09:47:55 -06:00 committed by GitHub
commit 1a30c08a6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 7 deletions

View File

@ -19,7 +19,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "piper";
pname = "piper-tts";
version = "2023.11.14-2";
src = fetchFromGitHub {
@ -65,12 +65,12 @@ stdenv.mkDerivation (finalAttrs: {
inherit piper-train;
};
meta = with lib; {
meta = {
changelog = "https://github.com/rhasspy/piper/releases/tag/v${finalAttrs.version}";
description = "Fast, local neural text to speech system";
homepage = "https://github.com/rhasspy/piper";
license = licenses.mit;
maintainers = with maintainers; [ hexa ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ hexa ];
mainProgram = "piper";
};
})

View File

@ -4079,9 +4079,6 @@ with pkgs;
pfstools = libsForQt5.callPackage ../tools/graphics/pfstools { };
piper-train = callPackage ../tools/audio/piper/train.nix { };
piper-tts = callPackage ../tools/audio/piper { };
phosh = callPackage ../applications/window-managers/phosh { };
phosh-mobile-settings =