[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/16: gnu: aws-sdk-cpp: Enable text-to-speech library.
From: |
guix-commits |
Subject: |
15/16: gnu: aws-sdk-cpp: Enable text-to-speech library. |
Date: |
Tue, 16 Nov 2021 11:00:34 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 912cb917b87f0cb938bab2141a04c6fae3cc9b33
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Oct 15 13:43:27 2021 +0000
gnu: aws-sdk-cpp: Enable text-to-speech library.
* gnu/packages/cpp.scm (aws-sdk-cpp)[inputs]: Add pulseaudio dependency
so that text-to-speech library is included in the build.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/cpp.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 72bb5bc..9520a16 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -69,6 +69,7 @@
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages popt)
#:use-module (gnu packages pretty-print)
+ #:use-module (gnu packages pulseaudio)
#:use-module (gnu packages tls)
#:use-module (gnu packages web)
#:use-module (gnu packages xml))
@@ -969,6 +970,7 @@ aws-c-http, aws-c-io, aws-c-mqtt, aws-checksums, and s2n.")
(inputs
`(("curl" ,curl)
("openssl" ,openssl)
+ ("pulseaudio" ,pulseaudio)
("zlib" ,zlib)))
(synopsis "Amazon Web Services SDK for C++")
(description
- branch master updated (0a9a00b -> 7dce1df), guix-commits, 2021/11/16
- 03/16: gnu: aws-c-common: Update to 0.6.11., guix-commits, 2021/11/16
- 10/16: gnu: aws-c-mqtt: Replace patch., guix-commits, 2021/11/16
- 01/16: gnu: guix: Update to 9bbbac6., guix-commits, 2021/11/16
- 06/16: gnu: aws-c-http: Update to 0.6.7., guix-commits, 2021/11/16
- 08/16: gnu: aws-c-auth: Update to 0.6.4., guix-commits, 2021/11/16
- 02/16: gnu: s2n: Update to 1.1.0., guix-commits, 2021/11/16
- 07/16: gnu: aws-c-compression: Update to 0.2.14., guix-commits, 2021/11/16
- 15/16: gnu: aws-sdk-cpp: Enable text-to-speech library.,
guix-commits <=
- 05/16: gnu: aws-c-cal: Update to 0.5.12., guix-commits, 2021/11/16
- 09/16: gnu: aws-c-s3: Update to 0.1.26., guix-commits, 2021/11/16
- 11/16: gnu: aws-crt-cpp: Update to 0.17.1., guix-commits, 2021/11/16
- 16/16: gnu: Add texlive-xifthen., guix-commits, 2021/11/16
- 14/16: gnu: aws-checksums: Replace patch., guix-commits, 2021/11/16
- 13/16: gnu: aws-c-event-stream: Replace patch., guix-commits, 2021/11/16
- 12/16: gnu: aws-sdk-cpp: Update to 1.9.136., guix-commits, 2021/11/16
- 04/16: gnu: aws-c-io: Update to 0.10.9., guix-commits, 2021/11/16