mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Disable the S3 content-encoding patch
Since we're not using multi-part uploads at the moment, we can drop this patch.
This commit is contained in:
parent
fc59fe029b
commit
6323b0729a
3 changed files with 7 additions and 2 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue