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>
parent
af856afb6c
commit
a8fde99e80
|
@ -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
|
||||||
|
|
Reference in New Issue