about summary refs log tree commit diff
path: root/pkgs/games/hedgewars
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2022-04-30 12:27:31 +0900
committerDennis Gosnell <cdep.illabout@gmail.com>2022-04-30 12:27:31 +0900
commitf36e14d7cd9ed5ee20c143967afadb8d3743462e (patch)
tree489c043a8a835ced36fa545b50f4d300dbd0cd1a /pkgs/games/hedgewars
parent970f2a72f543b873f6fcd3c00b48a14024d9de3c (diff)
hedgewars: mark broken
Diffstat (limited to 'pkgs/games/hedgewars')
-rw-r--r--pkgs/games/hedgewars/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/games/hedgewars/default.nix b/pkgs/games/hedgewars/default.nix
index 9062af5be3837..a45c4fee05ecc 100644
--- a/pkgs/games/hedgewars/default.nix
+++ b/pkgs/games/hedgewars/default.nix
@@ -103,5 +103,10 @@ mkDerivation rec {
        all movement on the battlefield has ceased).'';
     maintainers = with maintainers; [ kragniz fpletz ];
     inherit (fpc.meta) platforms;
+
+    # Appears to be some sort of C++ linking error.
+    # Example: https://hydra.nixos.org/build/174544990/nixlog/6
+    broken = true;
+    hydraPlatforms = platforms.none;
   };
 }