turbogit: fix libgit2 dependency

This commit is contained in:
Alexandre Esteves 2021-11-08 13:08:06 +00:00 committed by Jonathan Ringer
parent a745836740
commit 753a895ad2

View file

@ -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 { };