about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-09-30 22:04:25 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2022-09-30 22:04:25 -0300
commit5a012749d5c57caf20e8fd89901d18ac9bbcd56c (patch)
tree85014a96ebcc90b261d3900d89eb6fa36cc64a57 /pkgs/games
parentd9ac919de5d720b1128df1966750ce5b3713b57a (diff)
adom: mark broken
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/adom/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/adom/default.nix b/pkgs/games/adom/default.nix
index b40a608412ef2..bef9d1b42d32b 100644
--- a/pkgs/games/adom/default.nix
+++ b/pkgs/games/adom/default.nix
@@ -55,5 +55,6 @@ stdenv.mkDerivation rec {
 
     # Please, notify me (smironov) if you need the x86 version
     platforms = ["x86_64-linux"];
+    broken = true; # at 2022-09-30, failed download.
   };
 }