nixpkgs/pkgs/development/libraries/git2
Moritz Ulrich 3cfe3ab6b6 libgit2: Disable Security.framework transport on Darwin.
When used by cargo, `libgit2` crashes with a Segmentation Fault on
Darwin. This crash is somehow connected to the `Security.framework`
native to Darwin, and while being easy to reproduce, is very hard to
track down.

This commit introduces a patch to `libgit2` which disables the
troublesome transport and instead depends on `libcurl`. The patch also
adds support for `SSL_CERT_FILE` to `libgit2`.

Upstream tracking issue is
https://github.com/libgit2/libgit2/issues/3885.
2016-08-10 21:16:37 +02:00
..
0.21.nix Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
default.nix libgit2: Disable Security.framework transport on Darwin. 2016-08-10 21:16:37 +02:00
disable-security.framework.patch libgit2: Disable Security.framework transport on Darwin. 2016-08-10 21:16:37 +02:00