Skip to content

Commit 0aafcce

Browse files
dvtkrlbsmaximoffua
authored andcommitted
fix the darwin host name
1 parent 5bf0b6a commit 0aafcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/flutter/patches/override-host-platform.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ index 1ce1951cef..1bd7602318 100644
1313
+ 'x86_64-linux' => HostPlatform.linux_x64,
1414
+ 'aarch64-linux' => HostPlatform.linux_arm64,
1515
+ 'x86_64-darwin' => HostPlatform.darwin_x64,
16-
+ 'arm64-darwin' => HostPlatform.darwin_arm64,
16+
+ 'aarch64-darwin' => HostPlatform.darwin_arm64,
1717
+ String value => throw ArgumentError.value(value, 'NIX_FLUTTER_HOST_PLATFORM', 'Unknown Nix host platform!'),
1818
+ };
1919

0 commit comments

Comments
 (0)