ebooks: disable Google test to speech

This commit is contained in:
Serĉanto de Scio 2021-09-28 11:26:46 +10:00
parent 9559f84a1e
commit ee0103f1b4
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -9,7 +9,7 @@
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
python39Packages.gtts # Speech synthesizer, required for text to speech. #python39Packages.gtts # Speech synthesizer, required for text to speech.
foliate # A simple and modern GTK eBook reader foliate # A simple and modern GTK eBook reader
vlc vlc
]; ];