swiftpm: remove old Darwin SDK pattern detritus

This commit is contained in:
Emily
2025-01-03 17:41:02 +00:00
parent 6240f6c3e3
commit 793706e9e6
2 changed files with 5 additions and 13 deletions
@@ -77,7 +77,6 @@ let
swiftpm = callPackage ./swiftpm {
inherit (darwin) DarwinTools;
inherit (apple_sdk.frameworks) CryptoKit LocalAuthentication;
swift = swiftNoSwiftDriver;
};
@@ -19,8 +19,6 @@
DarwinTools, # sw_vers
cctools, # vtool
xcbuild,
CryptoKit,
LocalAuthentication,
}:
let
@@ -412,16 +410,11 @@ stdenv.mkDerivation (
swift
swiftpm-bootstrap
];
buildInputs =
[
ncursesInput
sqlite
XCTest
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
CryptoKit
LocalAuthentication
];
buildInputs = [
ncursesInput
sqlite
XCTest
];
configurePhase =
generated.configure