summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/libgit2-avoid-python.patch
AgeCommit message (Expand)Author
2020-03-04gnu: libgit2: Update to 0.99.0....* gnu/packages/patches/libgit2-avoid-python.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/version-control.scm (libgit2): Update to 0.99.0. [source](patches): Remove 'libgit2-avoid-python.patch'. [source](snippet): Preserve bundled copy of http-parser. [arguments]: Remove "-DUSE_SHA1DC" from #:configure-flags, which is no longer optional and enabled by default. Add "-DUSE_NTLMCLIENT=OFF" and "-DREGEX_BACKEND=pcre2". Add phase 'fix-pcre2-reference'. [inputs]: Remove HTTP-PARSER. [propagated-inputs]: Add PCRE2. [native-inputs]: Remove GUILE-2.2. Add PYTHON. Marius Bakke
2019-03-22gnu: libgit2: Add comments....* gnu/packages/patches/libgit2-avoid-python.patch: Add comments. Danny Milosavljevic
2019-03-21gnu: libgit2: Avoid Python....* gnu/packages/patches/libgit2-avoid-python.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/version-control.scm (libgit2)[source]: Use it. [inputs]: Remove python. [native-inputs]: Add guile-2.2. Danny Milosavljevic