guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/08: gnu: speech-dispatcher: Build against eSpeak NG.


From: guix-commits
Subject: 08/08: gnu: speech-dispatcher: Build against eSpeak NG.
Date: Thu, 28 Feb 2019 13:10:55 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit c268c6a03e5c6f16f06c1ebf0de71a6996d1daf9
Author: Marius Bakke <address@hidden>
Date:   Mon Feb 25 14:03:06 2019 +0100

    gnu: speech-dispatcher: Build against eSpeak NG.
    
    * gnu/packages/speech.scm (speech-dispatcher)[inputs]: Change from ESPEAK to
    ESPEAK-NG.
---
 gnu/packages/speech.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/speech.scm b/gnu/packages/speech.scm
index 6508dec..2d6c63e 100644
--- a/gnu/packages/speech.scm
+++ b/gnu/packages/speech.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]