From bad8e026c89b380dd972ccc00f9a3d037a5aa468 Mon Sep 17 00:00:00 2001 From: techchud Date: Sun, 17 Aug 2025 19:24:05 -0500 Subject: add rust-speech-dispatcher@0.7 --- unlustig.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/unlustig.scm b/unlustig.scm index 8475a6f..90d826a 100644 --- a/unlustig.scm +++ b/unlustig.scm @@ -863,3 +863,25 @@ the OS-level clipboard.") (description "This package provides Startup code for android binaries.") (license (list license:expat license:asl2.0)))) +(define-public rust-speech-dispatcher-0.7 + (package + (name "rust-speech-dispatcher") + (version "0.7.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "speech-dispatcher" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "04j42cpnl2cylzg9wxj4cm7h23hkf03w70ma3v25q71sq39glvh7")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-lazy-static" ,rust-lazy-static-1) + ("rust-speech-dispatcher-sys" ,rust-speech-dispatcher-sys-0.5)))) + (home-page "https://gitlab.com/ndarilek/speech-dispatcher-rs") + (synopsis + "Rusty interface to the speech-dispatcher speech synthesis library") + (description + "This package provides Rusty interface to the speech-dispatcher speech synthesis library.") + (license license:lgpl2.1))) + -- cgit v1.2.3