mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
turbogit: pin libgit2 to 1.3.0
This commit is contained in:
parent
3b53789e93
commit
b836f5bd4e
@ -15715,7 +15715,9 @@ with pkgs;
|
||||
|
||||
ttyd = callPackage ../servers/ttyd { };
|
||||
|
||||
turbogit = callPackage ../development/tools/turbogit { };
|
||||
turbogit = callPackage ../development/tools/turbogit {
|
||||
libgit2 = libgit2_1_3_0;
|
||||
};
|
||||
|
||||
tweak = callPackage ../applications/editors/tweak { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user