mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: speech-dispatcher: Simplify inputs.
* gnu/packages/speech.scm (speech-dispatcher)[native-inputs, inputs]: Remove labels.
This commit is contained in:
parent
30c3ab3807
commit
20375df339
1 changed files with 8 additions and 10 deletions
|
@ -252,17 +252,15 @@ (define-public speech-dispatcher
|
||||||
"--with-voxin=no" "--with-ibmtts=no"
|
"--with-voxin=no" "--with-ibmtts=no"
|
||||||
"--with-kali=no" "--with-baratinoo=no")))
|
"--with-kali=no" "--with-baratinoo=no")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
(list gettext-minimal pkg-config texinfo))
|
||||||
("pkg-config" ,pkg-config)
|
|
||||||
("texinfo" ,texinfo)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("dotconf" ,dotconf)
|
(list dotconf
|
||||||
("espeak" ,espeak-ng)
|
espeak-ng
|
||||||
("glib" ,glib)
|
glib
|
||||||
("libltdl" ,libltdl)
|
libltdl
|
||||||
("libsndfile" ,libsndfile)
|
libsndfile
|
||||||
("pulseaudio" ,pulseaudio)
|
pulseaudio
|
||||||
("python" ,python)))
|
python))
|
||||||
(synopsis "Common interface to speech synthesizers")
|
(synopsis "Common interface to speech synthesizers")
|
||||||
(description "The Speech Dispatcher project provides a high-level
|
(description "The Speech Dispatcher project provides a high-level
|
||||||
device independent layer for access to speech synthesis through a simple,
|
device independent layer for access to speech synthesis through a simple,
|
||||||
|
|
Loading…
Reference in a new issue