Jakub Kądziołka writes: > * gnu/packages/patches/libcurl-use-ssl-cert-env.patch: New file. > * gnu/packages/curl.scm (curl)[source]: Use the patch. > [native-search-paths]: Add the new variables. > --- > gnu/packages/curl.scm | 20 ++++-- > .../patches/cmake-curl-certificates.patch | 2 + > .../kodi-set-libcurl-ssl-parameters.patch | 2 + > .../patches/libcurl-use-ssl-cert-env.patch | 64 +++++++++++++++++++ > 4 files changed, 84 insertions(+), 4 deletions(-) > create mode 100644 gnu/packages/patches/libcurl-use-ssl-cert-env.patch The commit message forgot to mention the changed patches. However I opted to remove them, as the Kodi and CMake patches are harmless even with your patch, but will encourage you to fix them regardless. ;-) Also added the new patch to gnu/local.mk and adjusted indentation of the cURL comments. Pushed as a76a343082d61d5303b61a9e4cbde4ab8515a1e7, thanks!