firefox: option to enable speech synthesis

This commit is contained in:
Bruno Inec
2023-01-24 16:23:23 +01:00
parent b3c86fff5b
commit 38072997c5
@@ -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 ];