Merge pull request #210453 from sweenu/firefox/enable_tts

firefox: option to enable speech synthesis
This commit is contained in:
Martin Weinelt 2023-01-31 11:39:18 +00:00 committed by GitHub
commit 64f0b90839
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@
, pciutils
, sndio
, libjack2
, speechd
}:
## configurability of the wrapper itself
@ -82,6 +83,7 @@ let
++ lib.optional sndioSupport sndio
++ lib.optional jackSupport libjack2
++ lib.optional smartcardSupport opensc
++ lib.optional (cfg.speechSynthesisSupport or false) speechd
++ pkcs11Modules;
gtk_modules = [ libcanberra-gtk3 ];