turbogit: fix libgit2 dependency
This commit is contained in:
parent
a745836740
commit
753a895ad2
1 changed files with 3 additions and 1 deletions
|
@ -15324,7 +15324,9 @@ with pkgs;
|
|||
|
||||
ttyd = callPackage ../servers/ttyd { };
|
||||
|
||||
turbogit = callPackage ../development/tools/turbogit { };
|
||||
turbogit = callPackage ../development/tools/turbogit {
|
||||
libgit2 = libgit2_1_1; # git2go only supports v1.1.x
|
||||
};
|
||||
|
||||
tweak = callPackage ../applications/editors/tweak { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue