From 921b6f07faeae692b62fa929c05cb172e237da23 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 22 May 2022 02:00:00 +0200 Subject: gnu: espeak: Omit static library. * gnu/packages/speech.scm (espeak)[arguments]: Don't install the static library. --- gnu/packages/speech.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/speech.scm b/gnu/packages/speech.scm index d6d554f97d..042c157e43 100644 --- a/gnu/packages/speech.scm +++ b/gnu/packages/speech.scm @@ -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)) -- cgit v1.2.3