From 13747a2f267b568d02e5f38fc73bb788e5aecd1b Mon Sep 17 00:00:00 2001 From: "Adam C. Stephens" Date: Tue, 22 Apr 2025 14:43:12 -0400 Subject: [PATCH] dune_3: drop deprecated apple_sdk --- pkgs/development/tools/ocaml/dune/3.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/tools/ocaml/dune/3.nix b/pkgs/development/tools/ocaml/dune/3.nix index 8e518ec9c258..6bf02decd1b1 100644 --- a/pkgs/development/tools/ocaml/dune/3.nix +++ b/pkgs/development/tools/ocaml/dune/3.nix @@ -4,7 +4,6 @@ fetchurl, ocaml, findlib, - darwin, ocaml-lsp, dune-release, }: @@ -27,10 +26,6 @@ else findlib ]; - buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ - darwin.apple_sdk.frameworks.CoreServices - ]; - strictDeps = true; buildFlags = [ "release" ];