aboutsummaryrefslogtreecommitdiff
path: root/release-common.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-11-01 15:17:35 +0100
committerEelco Dolstra <edolstra@gmail.com>2018-11-01 15:18:38 +0100
commit6323b0729a27f312ba8cce6279de68181644823e (patch)
treeef8c9d816d66cf69107d1f45c493f0ac0084d076 /release-common.nix
parentfc59fe029bc026e72e3978a0628e8c91484dafb5 (diff)
Disable the S3 content-encoding patch
Since we're not using multi-part uploads at the moment, we can drop this patch.
Diffstat (limited to 'release-common.nix')
-rw-r--r--release-common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/release-common.nix b/release-common.nix
index ace2a4f9b..9f584993d 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 =