mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 03:21:49 +02:00
gnu: libgit2@1.8: Fix use of uninitialized value.
* gnu/packages/patches/libgit2-uninitialized-proxy-settings.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/version-control.scm (libgit2-1.8)[source]: Use it. Change-Id: I6b0f009d352ddadfcc57b945baea0dcc1bac0589
This commit is contained in:
@@ -1082,6 +1082,8 @@ write native speed custom Git applications in any language with bindings.")
|
||||
(sha256
|
||||
(base32
|
||||
"1mh55804cvxl2cyl4clinajzgfn3zmlhacnv1pdvdj4w6z2w4si7"))
|
||||
(patches
|
||||
(search-patches "libgit2-uninitialized-proxy-settings.patch"))
|
||||
(snippet
|
||||
'(begin
|
||||
(for-each delete-file-recursively
|
||||
|
||||
Reference in New Issue
Block a user