gnu: speech-dispatcher: Don't build static libraries.
* gnu/packages/speech.scm (speech-dispatcher)[arguments]: New field.
This commit is contained in:
parent
14c272d5ce
commit
2422b1b450
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue