forked from mirrors/nixpkgs
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:
parent
e8f3964ca5
commit
c860e27ef2
|
@ -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)
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue