about summary refs log tree commit diff
path: root/pkgs/games/0ad/wrapper.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-08-10zeroad: make sure hydra builds zeroad-unwrappedCharlotte Van Petegem1-1/+4
Hydra hasn't built zeroad since the 0.0.24 bump: https://hydra.nixos.org/job/nixos/trunk-combined/nixpkgs.zeroad.x86_64-linux/all This is due to the data package becoming larger than the output limit. Even though the data package is already marked with `hydraPlatforms = [];`, hydra still tried to build it, since it is a dependency of `zeroad`. This makes it so `zeroad` isn't built by hydra either. Only `zeroad-unwrapped` (which takes significant compilation time) will be built by hydra.
2021-07-120ad: move makeWrapper to nativeBuildInputsRick van Schijndel1-1/+1
2016-11-05zeroad: refactor, split data from binariesNikolay Amiantov1-0/+21