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>
This commit is contained in:
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

View file

@ -1227,7 +1227,7 @@ (define-public aws-sdk-cpp
(propagated-inputs
(list aws-crt-cpp))
(inputs
(list curl openssl pulseaudio zlib))
(list curl pulseaudio zlib))
(synopsis "Amazon Web Services SDK for C++")
(description
"The AWS SDK for C++ provides a C++11 interface to the @acronym{AWS,Amazon