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.
This commit is contained in:
Vladimír Čunát 2016-01-19 12:13:26 +01:00
parent e8f3964ca5
commit c860e27ef2

View file

@ -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)
};
}