Merge pull request #163313 from SuperSandro2000/aws-sdk-cpp

This commit is contained in:
Sandro 2022-03-10 00:18:57 +01:00 committed by GitHub
commit f51fc1cb3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -205,7 +205,7 @@ stdenv.mkDerivation {
};
passthru = {
inherit boehmgc;
inherit aws-sdk-cpp boehmgc;
perl-bindings = perl.pkgs.toPerlModule (callPackage ./nix-perl.nix { inherit src version; });
};

View File

@ -24,6 +24,9 @@ let
customMemoryManagement = false;
}).overrideDerivation (args: {
patches = (args.patches or [ ]) ++ [ ./patches/aws-sdk-cpp-TransferManager-ContentEncoding.patch ];
# only a stripped down version is build which takes a lot less resources to build
requiredSystemFeatures = null;
});
common = args: