diff --git a/pkgs/by-name/du/dust/package.nix b/pkgs/by-name/du/dust/package.nix index b72ae5ef2eb3..556fed65a9c9 100644 --- a/pkgs/by-name/du/dust/package.nix +++ b/pkgs/by-name/du/dust/package.nix @@ -1,9 +1,7 @@ { - stdenv, lib, fetchFromGitHub, rustPlatform, - apple-sdk_11, installShellFiles, }: @@ -30,8 +28,6 @@ rustPlatform.buildRustPackage rec { nativeBuildInputs = [ installShellFiles ]; - buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 ]; - doCheck = false; postInstall = '' diff --git a/pkgs/by-name/we/weaver/package.nix b/pkgs/by-name/we/weaver/package.nix index 59611d550bc0..0b6c27a36499 100644 --- a/pkgs/by-name/we/weaver/package.nix +++ b/pkgs/by-name/we/weaver/package.nix @@ -1,9 +1,7 @@ { lib, - stdenv, rustPlatform, fetchFromGitHub, - darwin, testers, weaver, }: @@ -21,10 +19,6 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-r7l6/xeClphOI9kz/r36P0tTNHmSTKDhRL6KTVZNmvk="; - buildInputs = lib.optionals stdenv.hostPlatform.isDarwin ( - with darwin.apple_sdk_11_0.frameworks; [ SystemConfiguration ] - ); - checkFlags = [ # Skip tests requiring network "--skip=test_cli_interface"