about summary refs log tree commit diff
path: root/pkgs/games/xskat
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/xskat')
-rw-r--r--pkgs/games/xskat/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/games/xskat/default.nix b/pkgs/games/xskat/default.nix
index 74c2be586ceb6..f8c5f539f7d28 100644
--- a/pkgs/games/xskat/default.nix
+++ b/pkgs/games/xskat/default.nix
@@ -26,5 +26,7 @@ stdenv.mkDerivation rec {
     license = licenses.free;
     longDescription = "Play the german card game Skat against the AI or over IRC.";
     homepage = "http://www.xskat.de/";
+    # never built on aarch64-darwin since first introduction in nixpkgs
+    broken = stdenv.isDarwin && stdenv.isAarch64;
   };
 }