eBooks: updated to python311

progresses #21
This commit is contained in:
Serĉanto de Scio 2023-06-05 10:26:05 +10:00
parent 924a142654
commit e1b0272ef5
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -7,7 +7,7 @@
environment.variables = {FOLIATE_TTS_LANG = "en-gb";}; environment.variables = {FOLIATE_TTS_LANG = "en-gb";};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
#python39Packages.gtts # Speech synthesizer, required for text to speech. #python311Packages.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
]; ];