Revert "curl: fixup build on darwin after update"

This reverts commit c2cce178fa.
This commit is contained in:
Weijia Wang 2023-10-13 17:01:39 +02:00
parent 4645621691
commit 66681011bd

View File

@ -26,8 +26,6 @@
, zlibSupport ? true, zlib
, zstdSupport ? false, zstd
, darwin
# for passthru.tests
, coeurl
, curlpp
@ -72,10 +70,6 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [ pkg-config perl ];
buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.CoreServices
];
# Zlib and OpenSSL must be propagated because `libcurl.la' contains
# "-lz -lssl", which aren't necessary direct build inputs of
# applications that use Curl.