lib/systems: Fix eval for iphone32* examples

Whoops messed up 9a845de873 slightly.
wip/yesman
John Ericson 6 years ago
parent 9a845de873
commit db4f96b3cb
  1. 2
      lib/systems/examples.nix
  2. 2
      pkgs/os-specific/darwin/ios-sdk-pkgs/default.nix

@ -96,7 +96,7 @@ rec {
};
iphone32 = {
config = "armv7-apple-ios";
config = "armv7a-apple-ios";
# config = "arm-apple-darwin10";
sdkVer = "10.2";
useiOSPrebuilt = true;

@ -13,7 +13,7 @@ let
minSdkVersion = "9.0";
iosPlatformArch = { parsed, ... }: {
"arm" = "armv7";
"armv7a" = "armv7";
"aarch64" = "arm64";
"x86_64" = "x86_64";
}.${parsed.cpu.name};

Loading…
Cancel
Save