mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
af856afb6c
commit
a8fde99e80
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue