From 93acdd40f6c3eab1a25ea03d7a160433ed551677 Mon Sep 17 00:00:00 2001 From: Emily Date: Tue, 29 Jul 2025 19:17:59 +0100 Subject: [PATCH] packaging: remove redundant `apple-sdk_11` This is now the default in all supported Nixpkgs versions. Change-Id: I6a6a69642951c2e1ae117d8360b450cc9fdc741b --- package.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.nix b/package.nix index 59d7ff5ee..35cc331fe 100644 --- a/package.nix +++ b/package.nix @@ -2,7 +2,6 @@ pkgs, lib, stdenv, - apple-sdk_11, aws-sdk-cpp, # If the patched version of Boehm isn't passed, then patch it based off of # pkgs.boehmgc. This allows `callPackage`ing this file without needing to @@ -351,9 +350,6 @@ stdenv.mkDerivation (finalAttrs: { busybox-sandbox-shell passt-lix ] - ++ lib.optionals ( - stdenv.hostPlatform.isDarwin && lib.versionOlder stdenv.hostPlatform.darwinSdkVersion "11.0" - ) [ apple-sdk_11 ] ++ lib.optional internalApiDocs rapidcheck ++ lib.optional hostPlatform.isx86_64 libcpuid # There have been issues building these dependencies