1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

Use libgit2 to provide direct access to Git repositories

This commit is contained in:
Eelco Dolstra 2023-01-25 13:18:20 +01:00
parent 37b4a9ec66
commit 31bb87519f
7 changed files with 248 additions and 23 deletions

View file

@ -120,6 +120,7 @@
cmakeFlags = old.cmakeFlags or [] ++ [ "-DBUILD_REGRESS=0" ];
patches = [ ./libzip-unix-time.patch ];
}))
libgit2
boost
lowdown-nix
gtest