nixpkgs: 2025-08-02 -> 2025-08-03
This commit is contained in:
@@ -31,12 +31,6 @@
|
||||
# is launchable without it.
|
||||
# actually trying to use speech recognition will (likely) manifest as a runtime error, instead.
|
||||
find . -exec sed -i 's/import speech_recognition/# import speech_recognition/g' '{}' ';'
|
||||
|
||||
# turn pydub (text-to-speech) into a runtime error.
|
||||
# N.B.: remove once Newelle is upgraded past 0.9.8:
|
||||
# future versions do not use pydub for tts (but ffplay instead)
|
||||
substituteInPlace src/handlers/tts/tts.py \
|
||||
--replace-fail 'from pydub' '# from pydub'
|
||||
'';
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user