mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
gitstatus: clear patches for libgit2 fork
This commit is contained in:
parent
b836f5bd4e
commit
e82383cf3a
@ -13,10 +13,13 @@ libgit2.overrideAttrs (oldAttrs: {
|
|||||||
"-DUSE_SSH=OFF"
|
"-DUSE_SSH=OFF"
|
||||||
"-DZERO_NSEC=ON"
|
"-DZERO_NSEC=ON"
|
||||||
];
|
];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "romkatv";
|
owner = "romkatv";
|
||||||
repo = "libgit2";
|
repo = "libgit2";
|
||||||
rev = "tag-5860a42d19bcd226cb6eff2dcbfcbf155d570c73";
|
rev = "tag-5860a42d19bcd226cb6eff2dcbfcbf155d570c73";
|
||||||
sha256 = "sha256-OdGLNGOzXbWQGqw5zYM1RhU4Z2yRXi9cpAt7Vn9+j5I=";
|
sha256 = "sha256-OdGLNGOzXbWQGqw5zYM1RhU4Z2yRXi9cpAt7Vn9+j5I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [ ];
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user