readest: add dependencies for TTS

thanks to @eljamm, see:
https://github.com/NixOS/nixpkgs/pull/404705#discussion_r2076233872
This commit is contained in:
Jost Alemann
2025-05-07 20:27:43 +02:00
parent 46693dc244
commit a9fec674db
+6
View File
@@ -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 = ''