From d44f987b0f33ef30f85c1b39d4c8fb178c43a582 Mon Sep 17 00:00:00 2001 From: link2xt Date: Tue, 14 Oct 2025 18:38:13 +0000 Subject: [PATCH] build(nix): remove unused dependencies darwin.apple_sdk.frameworks is deprecated and does nothing according to libiconv dependency also does not seem to be needed for `libdeltachat`, I have checked that `nix build .#libdeltachat` still succeeds on macOS. --- flake.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/flake.nix b/flake.nix index 216e046e36..624e875ca3 100644 --- a/flake.nix +++ b/flake.nix @@ -98,9 +98,6 @@ nativeBuildInputs = [ pkgs.perl # Needed to build vendored OpenSSL. ]; - buildInputs = pkgs.lib.optionals isDarwin [ - pkgs.darwin.apple_sdk.frameworks.SystemConfiguration - ]; auditable = false; # Avoid cargo-auditable failures. doCheck = false; # Disable test as it requires network access. }; @@ -483,12 +480,6 @@ pkgs.rustPlatform.cargoSetupHook pkgs.cargo ]; - buildInputs = pkgs.lib.optionals isDarwin [ - pkgs.darwin.apple_sdk.frameworks.CoreFoundation - pkgs.darwin.apple_sdk.frameworks.Security - pkgs.darwin.apple_sdk.frameworks.SystemConfiguration - pkgs.libiconv - ]; postInstall = '' substituteInPlace $out/include/deltachat.h \