xskat: unbreak on aarch64-darwin

This commit is contained in:
Weijia Wang 2022-12-22 20:55:07 +01:00
parent e70ea256f4
commit 42e4d047d1

View file

@ -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;
};
}