mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: espeak: Omit static library.
* gnu/packages/speech.scm (espeak)[arguments]: Don't install the static library.
This commit is contained in:
parent
47f49fbe2a
commit
921b6f07fa
1 changed files with 2 additions and 2 deletions
|
@ -162,8 +162,8 @@ (define-public espeak
|
|||
;; corresponding file to be sure that espeak compiles correctly.
|
||||
(copy-file "portaudio19.h" "portaudio.h")
|
||||
(substitute* "Makefile"
|
||||
(("/bin/ln") "ln"))
|
||||
#t)))))
|
||||
(("/bin/ln") "ln")
|
||||
(("\\$\\(INSTALL\\).*\\$\\(STATIC_LIB.*") "")))))))
|
||||
(inputs
|
||||
(list portaudio pulseaudio))
|
||||
(native-inputs (list unzip))
|
||||
|
|
Loading…
Reference in a new issue