From a8fde99e80ba32defee698d526d3c9dfd0a8752b Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Fri, 22 Apr 2022 19:38:53 +0000 Subject: [PATCH] gnu: aws-sdk-cpp: Remove openssl input. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/cpp.scm (aws-sdk-cpp): [inputs]: Remove openssl. Signed-off-by: Ludovic Courtès --- gnu/packages/cpp.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index ea19f2fd8e..fafa55c3cd 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -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