about summary refs log tree commit diff
path: root/pkgs/games/7kaa/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/7kaa/default.nix')
-rw-r--r--pkgs/games/7kaa/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/7kaa/default.nix b/pkgs/games/7kaa/default.nix
index e28eca772aa94..2dd4d67221536 100644
--- a/pkgs/games/7kaa/default.nix
+++ b/pkgs/games/7kaa/default.nix
@@ -54,7 +54,7 @@ gccStdenv.mkDerivation (finalAttrs: {
     autoupdate
   '';
 
-  hardeningDisable = lib.optionals (stdenv.isAarch64 && stdenv.isDarwin) [ "stackprotector" ];
+  hardeningDisable = lib.optionals (stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isDarwin) [ "stackprotector" ];
 
   postInstall = ''
     mkdir $out/share/7kaa/MUSIC