about summary refs log tree commit diff
path: root/pkgs/games/0ad
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/0ad')
-rw-r--r--pkgs/games/0ad/data.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/0ad/data.nix b/pkgs/games/0ad/data.nix
index 98603251e592..6b4dface0e1c 100644
--- a/pkgs/games/0ad/data.nix
+++ b/pkgs/games/0ad/data.nix
@@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
     homepage = "http://wildfiregames.com/0ad/";
     license = licenses.cc-by-sa-30;
     platforms = platforms.linux;
+    hydraPlatforms = [];
   };
 }