[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)))
- branch master updated (c643b49 -> c268c6a), guix-commits, 2019/02/28
- 04/08: gnu: speech-dispatcher: Update to 0.9.0., guix-commits, 2019/02/28
- 03/08: gnu: speech-dispatcher: Don't build static libraries.,
guix-commits <=
- 02/08: gnu: GCC: Update to 8.3.0., guix-commits, 2019/02/28
- 05/08: gnu: Add pcaudiolib., guix-commits, 2019/02/28
- 08/08: gnu: speech-dispatcher: Build against eSpeak NG., guix-commits, 2019/02/28
- 06/08: gnu: Move espeak to speech.scm., guix-commits, 2019/02/28
- 07/08: gnu: Add eSpeak NG., guix-commits, 2019/02/28
- 01/08: gnu: wpa_supplicant: Update to 2.7., guix-commits, 2019/02/28