From 6323b0729a27f312ba8cce6279de68181644823e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 1 Nov 2018 15:17:35 +0100 Subject: Disable the S3 content-encoding patch Since we're not using multi-part uploads at the moment, we can drop this patch. --- release-common.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'release-common.nix') diff --git a/release-common.nix b/release-common.nix index ace2a4f9b91f..9f584993daa1 100644 --- a/release-common.nix +++ b/release-common.nix @@ -64,10 +64,12 @@ rec { apis = ["s3" "transfer"]; customMemoryManagement = false; }).overrideDerivation (args: { + /* patches = args.patches or [] ++ [ (fetchpatch { url = https://github.com/edolstra/aws-sdk-cpp/commit/3e07e1f1aae41b4c8b340735ff9e8c735f0c063f.patch; sha256 = "1pij0v449p166f9l29x7ppzk8j7g9k9mp15ilh5qxp29c7fnvxy2"; }) ]; + */ })); perlDeps = -- cgit 1.4.1