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-kali=no" "--with-baratinoo=no")))
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("pkg-config" ,pkg-config)
|
||||
("texinfo" ,texinfo)))
|
||||
(list gettext-minimal pkg-config texinfo))
|
||||
(inputs
|
||||
`(("dotconf" ,dotconf)
|
||||
("espeak" ,espeak-ng)
|
||||
("glib" ,glib)
|
||||
("libltdl" ,libltdl)
|
||||
("libsndfile" ,libsndfile)
|
||||
("pulseaudio" ,pulseaudio)
|
||||
("python" ,python)))
|
||||
(list dotconf
|
||||
espeak-ng
|
||||
glib
|
||||
libltdl
|
||||
libsndfile
|
||||
pulseaudio
|
||||
python))
|
||||
(synopsis "Common interface to speech synthesizers")
|
||||
(description "The Speech Dispatcher project provides a high-level
|
||||
device independent layer for access to speech synthesis through a simple,
|
||||
|
|
Loading…
Reference in a new issue