edopro: add patch from upstream to fix libgit2 version bump
This commit is contained in:
parent
9ef4c28896
commit
c868f57c9a
@ -2,6 +2,7 @@
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
fetchzip,
|
||||
makeWrapper,
|
||||
premake5,
|
||||
@ -140,6 +141,14 @@ let
|
||||
sqlite
|
||||
];
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
name = "libgit2-version.patch";
|
||||
url = "https://github.com/edo9300/edopro/commit/f8ddbfff51231827a8dd1dcfcb2dda85f50a56d9.patch";
|
||||
hash = "sha256-w9VTmWfw6vEyVvsOH+AK9lAbUOV+MagzGQ3Wa5DCS/U=";
|
||||
})
|
||||
];
|
||||
|
||||
# nixpkgs' gcc stack currently appears to not support LTO
|
||||
postPatch = ''
|
||||
substituteInPlace premake5.lua \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user