espeak-ng: move to by-name/

This commit is contained in:
pancaek
2025-10-21 20:10:40 -07:00
parent 343db01d31
commit 5376c4415b
3 changed files with 1 additions and 2 deletions
+1 -2
View File
@@ -10997,8 +10997,7 @@ with pkgs;
espeak-classic = callPackage ../applications/audio/espeak { };
espeak-ng = callPackage ../applications/audio/espeak-ng { };
espeak = res.espeak-ng;
espeak = espeak-ng;
espeakedit = callPackage ../applications/audio/espeak/edit.nix { };