[staging-nixos] Revert "nix/libgit2: Unpatch irrelevant fix for quick delivery" (#453618)
This commit is contained in:
@@ -34,12 +34,5 @@ regular@{
|
||||
# only a stripped down version is built which takes a lot less resources to build
|
||||
requiredSystemFeatures = [ ];
|
||||
};
|
||||
|
||||
libgit2 = pkgs.libgit2.overrideAttrs (old: {
|
||||
# Drop the SSH buffer overflow patch to avoid rebuilding Nix
|
||||
patches = lib.filter (p: !lib.hasSuffix "fix-ssh-custom-heap-buffer-overflow.patch" (toString p)) (
|
||||
old.patches or [ ]
|
||||
);
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user