mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 06:01:19 +00:00
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 New Issue
Block a user