mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
darwin.iosSdkPkgs: fix broken eval
This commit is contained in:
parent
bffbf8bb53
commit
e30975f832
@ -22,8 +22,8 @@ rec {
|
||||
type = "derivation";
|
||||
outPath = xcode + "/Contents/Developer/Platforms/${platform}.platform/Developer/SDKs/${platform}${version}.sdk";
|
||||
|
||||
platform = stdenv.targetPlatform.xcodePlatform;
|
||||
version = stdenv.targetPlatform.sdkVer;
|
||||
platform = stdenv.targetPlatform.xcodePlatform or "";
|
||||
version = stdenv.targetPlatform.sdkVer or "";
|
||||
};
|
||||
|
||||
binutils = wrapBintoolsWith {
|
||||
|
Loading…
Reference in New Issue
Block a user