Unverified Commit 64f0b908 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #210453 from sweenu/firefox/enable_tts

firefox: option to enable speech synthesis
parents 17fc5c29 38072997
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 ];