libgit2: patch missing include

https://hydra.nixos.org/build/230004107/nixlog/3/tail
This commit is contained in:
Vladimír Čunát 2023-08-05 17:55:47 +02:00
parent 9e7a159d8c
commit fa3ea76bdc
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -36,6 +36,11 @@ stdenv.mkDerivation rec {
url = "https://github.com/libgit2/libgit2/commit/3e15292d8863da316a57be23fede04f443460686.patch";
hash = "sha256-N314YK7osO9L3hCXb+FcMoDM8iBW9Bt8D5O2Szdz7YA=";
})
(fetchpatch {
name = "missing-git_oidarray.patch";
url = "https://github.com/libgit2/libgit2/commit/085a169c1d73e02888708652d7772b3bc1f1b28b.diff";
hash = "sha256-l6q1TLuOloyk0Jqvo5Npv4grU/oxlg+RFLa43qENaLI=";
})
];
cmakeFlags = [