Commit a9fec674 authored by Jost Alemann's avatar Jost Alemann
Browse files

readest: add dependencies for TTS

parent 46693dc2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
  nix-update-script,
  moreutils,
  jq,
  gst_all_1,
}:

rustPlatform.buildRustPackage (finalAttrs: {
@@ -78,6 +79,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
    gtk3
    librsvg
    openssl
    # TTS
    gst_all_1.gstreamer
    gst_all_1.gst-plugins-base
    gst_all_1.gst-plugins-good
    gst_all_1.gst-plugins-bad
  ];

  preBuild = ''