python311Packages.pyttsx3: unbreak on Darwin

This commit is contained in:
Malo Bourgon 2024-06-05 11:12:31 -07:00
parent afd4c442b1
commit 3210549dd5

View File

@ -1,9 +1,7 @@
{
stdenv,
lib,
buildPythonPackage,
fetchPypi,
espeak-ng,
}:
buildPythonPackage rec {
@ -22,7 +20,6 @@ buildPythonPackage rec {
doCheck = false;
meta = with lib; {
broken = stdenv.isDarwin;
description = "Offline text-to-speech synthesis library";
homepage = "https://github.com/nateshmbhat/pyttsx3";
license = licenses.mpl20;