aboutsummaryrefslogtreecommitdiff
path: root/pkgs/games/0ad
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-01-19 12:13:26 +0100
committerVladimír Čunát <vcunat@gmail.com>2016-01-19 12:16:18 +0100
commitc860e27ef22e29a19aac205942223b8dfefe90ce (patch)
tree927b4b6507962c94165615defa49cb6382d839ac /pkgs/games/0ad
parente8f3964ca50203e829d7bbadeaea461ae5a181d3 (diff)
zeroad: do not build on Hydra
It should be possible to build binaries without data and then compose by a wrapper, e.g. similarly to what simutrans does.
Diffstat (limited to 'pkgs/games/0ad')
-rw-r--r--pkgs/games/0ad/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/0ad/default.nix b/pkgs/games/0ad/default.nix
index f9eb90f34f8c..eee1d34745f6 100644
--- a/pkgs/games/0ad/default.nix
+++ b/pkgs/games/0ad/default.nix
@@ -126,5 +126,6 @@ stdenv.mkDerivation rec {
licenses.zlib # otherwise masked by pkgs.zlib
];
platforms = [ "x86_64-linux" "i686-linux" ];
+ hydraPlatforms = []; # the data are too big (~1.5 GB)
};
}