mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ (define-public speech-dispatcher
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("dotconf" ,dotconf)
|
`(("dotconf" ,dotconf)
|
||||||
("espeak" ,espeak)
|
("espeak" ,espeak-ng)
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
("libltdl" ,libltdl)
|
("libltdl" ,libltdl)
|
||||||
("libsndfile" ,libsndfile)
|
("libsndfile" ,libsndfile)
|
||||||
|
|
Loading…
Reference in a new issue