From 66681011bd1b855bd89aa8cf928e1b3fbf15411c Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Fri, 13 Oct 2023 17:01:39 +0200 Subject: [PATCH] Revert "curl: fixup build on darwin after update" This reverts commit c2cce178faa83b2bf1d9a5693d70b0d231ce66cc. --- pkgs/tools/networking/curl/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/tools/networking/curl/default.nix b/pkgs/tools/networking/curl/default.nix index e9d032736336..c99f09e7f93a 100644 --- a/pkgs/tools/networking/curl/default.nix +++ b/pkgs/tools/networking/curl/default.nix @@ -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.