Skip to content

Commit

Permalink
turbogit: fix libgit2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfmpe authored and Jonathan Ringer committed Nov 8, 2021
1 parent a745836 commit 753a895
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };

Expand Down

0 comments on commit 753a895

Please sign in to comment.