Skip to content

Commit

Permalink
fixup! libgit2: Add libgit2-packbuilder-callback-interruptible.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Aug 28, 2024
1 parent 775fcef commit a7192e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/dependencies.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ scope: {
# gitMinimal does not build on Windows. See packbuilder patch.
++ lib.optionals (!stdenv.hostPlatform.isWindows) [
# Needed for `git apply`; see `prePatch`
pkgs.gitMinimal
pkgs.buildPackages.gitMinimal
];
# Only `git apply` can handle git binary patches
prePatch = attrs.prePatch or ""
Expand Down

0 comments on commit a7192e3

Please sign in to comment.