Skip to content

Commit a96c3e5

Browse files
authored
[staging-nixos] Revert "nix/libgit2: Unpatch irrelevant fix for quick delivery" (NixOS#453618)
2 parents 3737386 + c775bd5 commit a96c3e5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pkgs/tools/package-management/nix/dependencies.nix

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,5 @@ regular@{
3434
# only a stripped down version is built which takes a lot less resources to build
3535
requiredSystemFeatures = [ ];
3636
};
37-
38-
libgit2 = pkgs.libgit2.overrideAttrs (old: {
39-
# Drop the SSH buffer overflow patch to avoid rebuilding Nix
40-
patches = lib.filter (p: !lib.hasSuffix "fix-ssh-custom-heap-buffer-overflow.patch" (toString p)) (
41-
old.patches or [ ]
42-
);
43-
});
4437
};
4538
}

0 commit comments

Comments
 (0)