darwin.iosSdkPkgs: fix broken eval
This commit is contained in:
parent
bffbf8bb53
commit
e30975f832
@ -22,8 +22,8 @@ rec {
|
|||||||
type = "derivation";
|
type = "derivation";
|
||||||
outPath = xcode + "/Contents/Developer/Platforms/${platform}.platform/Developer/SDKs/${platform}${version}.sdk";
|
outPath = xcode + "/Contents/Developer/Platforms/${platform}.platform/Developer/SDKs/${platform}${version}.sdk";
|
||||||
|
|
||||||
platform = stdenv.targetPlatform.xcodePlatform;
|
platform = stdenv.targetPlatform.xcodePlatform or "";
|
||||||
version = stdenv.targetPlatform.sdkVer;
|
version = stdenv.targetPlatform.sdkVer or "";
|
||||||
};
|
};
|
||||||
|
|
||||||
binutils = wrapBintoolsWith {
|
binutils = wrapBintoolsWith {
|
||||||
|
Loading…
Reference in New Issue
Block a user