mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -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)))
|
||||
(inputs
|
||||
`(("dotconf" ,dotconf)
|
||||
("espeak" ,espeak)
|
||||
("espeak" ,espeak-ng)
|
||||
("glib" ,glib)
|
||||
("libltdl" ,libltdl)
|
||||
("libsndfile" ,libsndfile)
|
||||
|
|
Loading…
Reference in a new issue