gnu: speech-dispatcher: Build against eSpeak NG.
* gnu/packages/speech.scm (speech-dispatcher)[inputs]: Change from ESPEAK to ESPEAK-NG.
This commit is contained in:
parent
7566afb1d2
commit
c268c6a03e
@ -164,7 +164,7 @@ efficiency through the use of a compact vector representation of n-grams.")
|
||||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("dotconf" ,dotconf)
|
||||
("espeak" ,espeak)
|
||||
("espeak" ,espeak-ng)
|
||||
("glib" ,glib)
|
||||
("libltdl" ,libltdl)
|
||||
("libsndfile" ,libsndfile)
|
||||
|
Loading…
Reference in New Issue
Block a user