summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--unlustig.scm22
1 files changed, 22 insertions, 0 deletions
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)))
+