libgit2: Enable multiple outputs

It has a `git2` binary with limited functionality.
This commit is contained in:
Robert Hensing 2024-01-21 09:29:28 +01:00
parent fffe54bddc
commit de0220384c

View File

@ -22,6 +22,8 @@ stdenv.mkDerivation rec {
version = "1.7.1";
# also check the following packages for updates: python3Packages.pygit2 and libgit2-glib
outputs = ["lib" "dev" "out"];
src = fetchFromGitHub {
owner = "libgit2";
repo = "libgit2";