Unverified Commit 25dcf1ac authored by Martin Weinelt's avatar Martin Weinelt
Browse files

local-ai: piper-tts doesn't want phonemize anymore

parent f00a7cb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@ let
    passthru.espeak-ng = espeak-ng';
  };

  piper-tts' = (piper-tts.override { inherit piper-phonemize; }).overrideAttrs (self: {
  piper-tts' = piper-tts.overrideAttrs (self: {
    name = "piper-tts'";
    inherit (go-piper) src;
    sourceRoot = "${go-piper.src.name}/piper";