me
/
guix
Archived
1
0
Fork 0

gnu: aws-sdk-cpp: Remove openssl input.

* gnu/packages/cpp.scm (aws-sdk-cpp):
[inputs]: Remove openssl.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Greg Hogan 2022-04-22 19:38:53 +00:00 committed by Ludovic Courtès
parent af856afb6c
commit a8fde99e80
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -1227,7 +1227,7 @@ aws-c-http, aws-c-io, aws-c-mqtt, aws-checksums, and s2n.")
(propagated-inputs (propagated-inputs
(list aws-crt-cpp)) (list aws-crt-cpp))
(inputs (inputs
(list curl openssl pulseaudio zlib)) (list curl pulseaudio zlib))
(synopsis "Amazon Web Services SDK for C++") (synopsis "Amazon Web Services SDK for C++")
(description (description
"The AWS SDK for C++ provides a C++11 interface to the @acronym{AWS,Amazon "The AWS SDK for C++ provides a C++11 interface to the @acronym{AWS,Amazon