gnu: speech-dispatcher: Simplify inputs.

* gnu/packages/speech.scm (speech-dispatcher)[native-inputs, inputs]: Remove
labels.
This commit is contained in:
Marius Bakke 2022-01-11 17:35:33 +01:00
parent 30c3ab3807
commit 20375df339
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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,