···2020 sha256 = "061bgjm6rv0l9804vmm4jvr023l52qvmy9qq4zjv4lgqhlljvhz3";
2121 };
22222323+ patches = [ ./disable-ca-install.patch ];
2424+2325 # Zlib and OpenSSL must be propagated because `libcurl.la' contains
2426 # "-lz -lssl", which aren't necessary direct build inputs of
2527 # applications that use Curl.
···11+--- a/lib/Makefile.in
22++++ b/lib/Makefile.in
33+@@ -106,10 +106,7 @@ else
44+ endif
55+66+ install-data-hook:
77+- @if test -n "@CURL_CA_BUNDLE@"; then \
88+- $(mkinstalldirs) `dirname $(DESTDIR)@CURL_CA_BUNDLE@`; \
99+- @INSTALL_DATA@ $(srcdir)/ca-bundle.crt $(DESTDIR)@CURL_CA_BUNDLE@; \
1010+- fi
1111++ echo "install-data-hook disabled"
1212+1313+ # this hook is mainly for non-unix systems to build even if configure
1414+ # isn't run