mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
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 New Issue
Block a user