forked from mirrors/nixpkgs
xskat: unbreak on aarch64-darwin
This commit is contained in:
parent
e70ea256f4
commit
42e4d047d1
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue