about summary refs log tree commit diff
path: root/pkgs/games/warsow/engine.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/warsow/engine.nix')
-rw-r--r--pkgs/games/warsow/engine.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/warsow/engine.nix b/pkgs/games/warsow/engine.nix
index 2224e39d04d8d..c42aa31982591 100644
--- a/pkgs/games/warsow/engine.nix
+++ b/pkgs/games/warsow/engine.nix
@@ -48,5 +48,6 @@ in stdenv.mkDerivation (libs // rec {
     license = licenses.gpl2;
     maintainers = with maintainers; [ astsmtl abbradar ];
     platforms = platforms.linux;
+    broken = stdenv.isAarch64;
   };
 })