summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/fasmg
diff options
context:
space:
mode:
authorMichael Hoang <enzime@users.noreply.github.com>2023-06-19 12:46:39 +1000
committerMichael Hoang <enzime@users.noreply.github.com>2023-07-04 20:11:41 +1000
commit4da27723f3135a769ca52aff05148c76b7bb5123 (patch)
tree23b04f8d53512b3e01f97c3a03edc3bb3f119995 /pkgs/development/compilers/fasmg
parent453da3c28f7a95374b73d1f3fd665dd40e6049e9 (diff)
mullvad-vpn: support `aarch64-linux`
Diffstat (limited to 'pkgs/development/compilers/fasmg')
-rw-r--r--pkgs/development/compilers/fasmg/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/fasmg/default.nix b/pkgs/development/compilers/fasmg/default.nix
index 611a2bdb8f14..ec915bcb04bc 100644
--- a/pkgs/development/compilers/fasmg/default.nix
+++ b/pkgs/development/compilers/fasmg/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
bin = "source/macos/fasmg";
asm = "source/macos/fasmg.asm";
};
- }.${system} or (throw "Unsopported system: ${system}");
+ }.${system} or (throw "Unsupported system: ${system}");
in ''
chmod +x ${path.bin}