mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 12:53:54 +00:00
swift: set Foundation to null
on Darwin
This commit is contained in:
parent
9a260e6903
commit
1279654765
@ -59,7 +59,7 @@ let
|
||||
else callPackage ./libdispatch { swift = swiftNoSwiftDriver; };
|
||||
|
||||
Foundation = if stdenv.hostPlatform.isDarwin
|
||||
then apple_sdk.frameworks.Foundation
|
||||
then null # part of apple-sdk
|
||||
else callPackage ./foundation { swift = swiftNoSwiftDriver; };
|
||||
|
||||
# TODO: Apple distributes a binary XCTest with Xcode, but it is not part of
|
||||
|
Loading…
Reference in New Issue
Block a user