summary refs log tree commit diff
path: root/pkgs/games
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
parente8f3964ca50203e829d7bbadeaea461ae5a181d3 (diff)
downloadnixlib-c860e27ef22e29a19aac205942223b8dfefe90ce.tar
nixlib-c860e27ef22e29a19aac205942223b8dfefe90ce.tar.gz
nixlib-c860e27ef22e29a19aac205942223b8dfefe90ce.tar.bz2
nixlib-c860e27ef22e29a19aac205942223b8dfefe90ce.tar.lz
nixlib-c860e27ef22e29a19aac205942223b8dfefe90ce.tar.xz
nixlib-c860e27ef22e29a19aac205942223b8dfefe90ce.tar.zst
nixlib-c860e27ef22e29a19aac205942223b8dfefe90ce.zip
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')
-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)
   };
 }