mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: espeak: Omit static library.
* gnu/packages/speech.scm (espeak)[arguments]: Don't install the static library.
This commit is contained in:
@@ -162,8 +162,8 @@ building tools.")
|
||||
;; 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))
|
||||
|
||||
Reference in New Issue
Block a user