nixpkgs: 2025-08-02 -> 2025-08-03

This commit is contained in:
2025-08-03 19:51:46 +00:00
parent 727f5fc8e6
commit f494698373
4 changed files with 9 additions and 15 deletions

View File

@@ -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'
'';
});