espeak-ng: use instead of espeak

This commit is contained in:
aske 2016-09-05 02:47:26 +03:00
parent a6ce0f80fb
commit f0cf058c13

View file

@ -12961,9 +12961,10 @@ in
pythonPackages = python3Packages;
};
espeak = callPackage ../applications/audio/espeak { };
espeak-classic = callPackage ../applications/audio/espeak { };
espeak-ng = callPackage ../applications/audio/espeak-ng { };
espeak = self.espeak-ng;
espeakedit = callPackage ../applications/audio/espeak/edit.nix { };