[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/13: gnu: espeak: Omit static library.
From: |
guix-commits |
Subject: |
08/13: gnu: espeak: Omit static library. |
Date: |
Mon, 23 May 2022 19:12:30 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 921b6f07faeae692b62fa929c05cb172e237da23
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 22 02:00:00 2022 +0200
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 @@ 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))
- branch master updated (00be2fcb0b -> adf5ae5a41), guix-commits, 2022/05/23
- 09/13: gnu: hss: Update to 1.9., guix-commits, 2022/05/23
- 08/13: gnu: espeak: Omit static library.,
guix-commits <=
- 07/13: gnu: espeak-ng: Update to 1.51., guix-commits, 2022/05/23
- 13/13: gnu: proxychains-ng: Update to 4.16., guix-commits, 2022/05/23
- 10/13: gnu: hss: Use G-expressions., guix-commits, 2022/05/23
- 11/13: gnu: libostree: Update to 2022.2., guix-commits, 2022/05/23
- 04/13: gnu: mlterm: Remove input labels., guix-commits, 2022/05/23
- 12/13: gnu: img2pdf: Update to 0.4.4., guix-commits, 2022/05/23
- 05/13: gnu: mlterm: Remove redundant --prefix argument., guix-commits, 2022/05/23
- 03/13: gnu: mlterm: Update to 3.9.2., guix-commits, 2022/05/23
- 06/13: gnu: musl: Update to 1.2.3., guix-commits, 2022/05/23
- 01/13: gnu: readymedia: Update to 1.3.1., guix-commits, 2022/05/23