piper-{tts, train}: move to by-name (#428003)
This commit is contained in:
commit
1a30c08a6e
@ -19,7 +19,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "piper";
|
pname = "piper-tts";
|
||||||
version = "2023.11.14-2";
|
version = "2023.11.14-2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
@ -65,12 +65,12 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
inherit piper-train;
|
inherit piper-train;
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
changelog = "https://github.com/rhasspy/piper/releases/tag/v${finalAttrs.version}";
|
changelog = "https://github.com/rhasspy/piper/releases/tag/v${finalAttrs.version}";
|
||||||
description = "Fast, local neural text to speech system";
|
description = "Fast, local neural text to speech system";
|
||||||
homepage = "https://github.com/rhasspy/piper";
|
homepage = "https://github.com/rhasspy/piper";
|
||||||
license = licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with lib.maintainers; [ hexa ];
|
||||||
mainProgram = "piper";
|
mainProgram = "piper";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
@ -4079,9 +4079,6 @@ with pkgs;
|
|||||||
|
|
||||||
pfstools = libsForQt5.callPackage ../tools/graphics/pfstools { };
|
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 = callPackage ../applications/window-managers/phosh { };
|
||||||
|
|
||||||
phosh-mobile-settings =
|
phosh-mobile-settings =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user