guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: festival: Support ALSA output.


From: guix-commits
Subject: 10/10: gnu: festival: Support ALSA output.
Date: Tue, 14 Dec 2021 13:35:29 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 13f769c165c06b97472f61902d491c8910e86f8b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Dec 6 14:25:08 2021 +0100

    gnu: festival: Support ALSA output.
    
    * gnu/packages/speech.scm (festival)[arguments]:
    Add "LINUXAUDIO=alsa" to #:make-flags.
    [inputs]: Add alsa-lib.
---
 gnu/packages/speech.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/speech.scm b/gnu/packages/speech.scm
index 9e687fb..e0927ca 100644
--- a/gnu/packages/speech.scm
+++ b/gnu/packages/speech.scm
@@ -342,7 +342,8 @@ be used by the sighted.")
                             "/bin/rm")
              (string-append "ECHO_N="
                             (assoc-ref %build-inputs "coreutils")
-                            "/bin/printf \"%s\""))
+                            "/bin/printf \"%s\"")
+             "LINUXAUDIO=alsa")
        #:parallel-build? #f ; not supported
        #:modules ((guix build gnu-build-system)
                   (guix build utils)
@@ -505,7 +506,8 @@ be used by the sighted.")
          (add-before 'configure 'bootstrap
            (lambda _ (invoke "autoreconf" "-vif"))))))
     (inputs
-     (list ncurses))
+     (list alsa-lib
+           ncurses))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)



reply via email to

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