mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
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
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ (define-public speech-dispatcher
|
|||
(base32
|
||||
"18jlxnhlahyi6njc6l6576hfvmzivjjgfjyd2n7vvrvx9inphjrb"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--disable-static")))
|
||||
(native-inputs
|
||||
`(("intltool" ,intltool)
|
||||
("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue