mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 18:23:09 +00:00
libgit2: Enable multiple outputs
It has a `git2` binary with limited functionality.
This commit is contained in:
parent
fffe54bddc
commit
de0220384c
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user