diff options
Diffstat (limited to 'pkgs/development/compilers/flutter/wrapper.nix')
| -rw-r--r-- | pkgs/development/compilers/flutter/wrapper.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/flutter/wrapper.nix b/pkgs/development/compilers/flutter/wrapper.nix index 4a7aedf97d38..155769224d62 100644 --- a/pkgs/development/compilers/flutter/wrapper.nix +++ b/pkgs/development/compilers/flutter/wrapper.nix @@ -52,7 +52,7 @@ let inherit flutterPlatform; systemPlatform = stdenv.hostPlatform.system; flutter = callPackage ./wrapper.nix { inherit flutter; }; - hash = artifactHashes.${flutterPlatform}.${stdenv.hostPlatform.system} or ""; + hash = artifactHashes.${flutterPlatform}.${if stdenv.hostPlatform.system == "aarch64-darwin" then "x86_64-darwin" else stdenv.hostPlatform.system} or ""; }; })); |
