···11-<!--
22-To help with the large amounts of pull requests, we would appreciate your
33-reviews of other pull requests, especially simple package updates. Just leave a
44-comment describing what you have tested in the relevant package/service.
55-Reviewing helps to reduce the average time-to-merge for everyone.
66-Thanks a lot if you do!
77-List of open PRs: https://github.com/NixOS/nixpkgs/pulls
88-Reviewing guidelines: https://nixos.org/manual/nixpkgs/unstable/#chap-reviewing-contributions
99--->
1010-111###### Description of changes
122133<!--
···3828 - [ ] (Module addition) Added a release notes entry if adding a new NixOS module
3929 - [ ] (Release notes changes) Ran `nixos/doc/manual/md-to-db.sh` to update generated release notes
4030- [ ] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
3131+3232+<!--
3333+To help with the large amounts of pull requests, we would appreciate your
3434+reviews of other pull requests, especially simple package updates. Just leave a
3535+comment describing what you have tested in the relevant package/service.
3636+Reviewing helps to reduce the average time-to-merge for everyone.
3737+Thanks a lot if you do!
3838+3939+List of open PRs: https://github.com/NixOS/nixpkgs/pulls
4040+Reviewing guidelines: https://nixos.org/manual/nixpkgs/unstable/#chap-reviewing-contributions
4141+-->
···2424 customMemoryManagement = false;
2525 }).overrideDerivation (args: {
2626 patches = (args.patches or [ ]) ++ [ ./patches/aws-sdk-cpp-TransferManager-ContentEncoding.patch ];
2727+2828+ # only a stripped down version is build which takes a lot less resources to build
2929+ requiredSystemFeatures = null;
2730 });
28312932 common = args:
+1-1
pkgs/tools/security/spire/default.nix
···29293030 meta = with lib; {
3131 description = "The SPIFFE Runtime Environment";
3232- homepage = "github.com/spiffe/spire";
3232+ homepage = "https://github.com/spiffe/spire";
3333 license = licenses.asl20;
3434 maintainers = with maintainers; [ jonringer fkautz ];
3535 };