python311Packages.pyttsx3: unbreak on Darwin
This commit is contained in:
parent
afd4c442b1
commit
3210549dd5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user