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

* gnu/packages/speech.scm (speech-dispatcher)[arguments]: New field.
This commit is contained in:
Marius Bakke 2019-02-25 13:27:58 +01:00
parent 14c272d5ce
commit 2422b1b450
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -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)))