7 buildPythonPackage rec {
13 inherit pname version format;
14 sha256 = "sha256-s/tMpNWuT45oNtaze/X+4P1R0Vf/on+5Bkvm5749o3o=";
19 # This package has no tests
23 description = "Offline text-to-speech synthesis library";
24 homepage = "https://github.com/nateshmbhat/pyttsx3";
25 license = licenses.mpl20;
26 maintainers = [ maintainers.ethindp ];