40 inherit (git) version src;
42 minimalOCamlVersion = "4.08";
49 propagatedBuildInputs = [
80 cacert # sets up NIX_SSL_CERT_FILE
82 nativeCheckInputs = [ git-binary ];
86 description = "Unix backend for the Git protocol(s)";
87 inherit (git.meta) homepage license maintainers;