me
/
guix
Archived
1
0
Fork 0

gnu: espeak: Omit static library.

* gnu/packages/speech.scm (espeak)[arguments]: Don't install the static library.
master
Tobias Geerinckx-Rice 2022-05-22 02:00:00 +02:00
parent 47f49fbe2a
commit 921b6f07fa
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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))