flutter: Remove aarch64-darwin platform
There are no aarch64-darwin host artifacts. Development should be done with Rosetta 2. - https://github.com/flutter/flutter/issues/60118 - https://github.com/flutter/flutter/issues/69157 - https://github.com/flutter/flutter/issues/101138
This commit is contained in:
@@ -122,7 +122,7 @@ let
|
||||
'';
|
||||
homepage = "https://flutter.dev";
|
||||
license = licenses.bsd3;
|
||||
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
|
||||
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
|
||||
maintainers = with maintainers; [ babariviere ericdallo FlafyDev hacker1024 ];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user