guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: speech-dispatcher: Don't build static libraries.


From: guix-commits
Subject: 03/08: gnu: speech-dispatcher: Don't build static libraries.
Date: Thu, 28 Feb 2019 13:10:54 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 2422b1b450645af024466097326b63cd08e85e4e
Author: Marius Bakke <address@hidden>
Date:   Mon Feb 25 13:27:58 2019 +0100

    gnu: speech-dispatcher: Don't build static libraries.
    
    * gnu/packages/speech.scm (speech-dispatcher)[arguments]: New field.
---
 gnu/packages/speech.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/speech.scm b/gnu/packages/speech.scm
index 065aa81..66ca20d 100644
--- a/gnu/packages/speech.scm
+++ b/gnu/packages/speech.scm
@@ -70,6 +70,8 @@ efficiency through the use of a compact vector representation 
of n-grams.")
                (base32
                 "18jlxnhlahyi6njc6l6576hfvmzivjjgfjyd2n7vvrvx9inphjrb"))))
     (build-system gnu-build-system)
+    (arguments
+     `(#:configure-flags '("--disable-static")))
     (native-inputs
      `(("intltool" ,intltool)
        ("pkg-config" ,pkg-config)))



reply via email to

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