about summary refs log tree commit diff
path: root/pkgs/games/tecnoballz/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/tecnoballz/default.nix')
-rw-r--r--pkgs/games/tecnoballz/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/tecnoballz/default.nix b/pkgs/games/tecnoballz/default.nix
index 0d19a2c0f7e24..b3f1914bc18ef 100644
--- a/pkgs/games/tecnoballz/default.nix
+++ b/pkgs/games/tecnoballz/default.nix
@@ -65,6 +65,6 @@ stdenv.mkDerivation (finalAttrs: {
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ fgaz ];
     platforms = platforms.all;
-    broken = stdenv.isDarwin;
+    broken = stdenv.hostPlatform.isDarwin;
   };
 })