about summary refs log tree commit diff
path: root/pkgs/games/xskat
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2022-12-22 20:55:07 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2022-12-30 06:40:45 +0100
commit42e4d047d12f09bb6249b0385825a7e91f6b08ec (patch)
tree127673ed2a9d0fe1bdf129cdabd7ebb56f38bd42 /pkgs/games/xskat
parente70ea256f42f71f9ca7e5376024e80eb469ad6c3 (diff)
xskat: unbreak on aarch64-darwin
Diffstat (limited to 'pkgs/games/xskat')
-rw-r--r--pkgs/games/xskat/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/games/xskat/default.nix b/pkgs/games/xskat/default.nix
index f8c5f539f7d28..74c2be586ceb6 100644
--- a/pkgs/games/xskat/default.nix
+++ b/pkgs/games/xskat/default.nix
@@ -26,7 +26,5 @@ 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;
   };
 }