summary refs log tree commit diff
path: root/pkgs/games/0ad
Commit message (Collapse)AuthorAge
* zeroad: build with python3Ryan Burns2021-12-05
|
* zeroad: 0.0.25 -> 0.0.25bCharlotte Van Petegem2021-08-29
|
* zeroad: make sure hydra builds zeroad-unwrappedCharlotte Van Petegem2021-08-10
| | | | | | | | | | | 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.
* zeroad: 0.0.24b -> 0.0.25Manuel F. Schmid2021-08-09
|
* 0ad: move makeWrapper to nativeBuildInputsRick van Schijndel2021-07-12
|
* zeroad: Add myself as a maintainerCharlotte Van Petegem2021-05-08
|
* zeroad: Split data from binaries againCharlotte Van Petegem2021-05-08
| | | | | | The rootdir patch was lost in the update to 0.0.24b. Adding it allows hydra to build the game. It can't when the binaries depend on the data since the data is too big for hydra.
* zeroad: fix build of spidermonkey derivationCharlotte Van Petegem2021-03-20
|
* zeroad: 0.0.23b -> 0.0.24bDaniel Nagy2021-03-20
|
* 0ad: Do an extra s/pkgconfig/pkg-config to fix buildCharlotte Van Petegem2021-01-20
| | | | 9bb3fcc missed one important rename of pkgconfig, breaking the build.
* 0ad: fix build by using gcc9StdenvCharlotte Van Petegem2021-01-20
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* pkgs/games: pkg-config -> pkgconfig (2)Ben Siraphob2021-01-16
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: NIX_*_FLAGS -> stringRobin Gloster2019-12-31
|
* treewide: Get rid of libGLU_combinedadisbladis2019-11-18
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* zeroad: 0.0.23 -> 0.0.23bVincent Laporte2019-01-18
|
* treewide/xorg: replace *proto with xorgprotoLengyel Balazs2019-01-04
|
* zeroad: fix build with spidermonkey-38.8.0Tor Hedin Brønner2018-12-19
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* 0ad: 0.0.22 -> 0.0.23 (#40807)Peter Hoeg2018-05-20
|
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* 0ad: fix homepage URLVincent Laporte2017-10-22
|
* Update homepage attributes: http -> httpsmimadrid2017-08-03
| | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* zeroad: 0.0.21 -> 0.0.22Robin Gloster2017-08-01
|
* zeroad: do not build on i686Robin Gloster2017-03-30
|
* zeroad: 0.0.20 -> 0.0.21Nikolay Amiantov2016-11-21
|
* zeroadPackages.zeroad-data: disable Hydra buildsNikolay Amiantov2016-11-05
|
* zeroad: refactor, split data from binariesNikolay Amiantov2016-11-05
|
* treewide: Make explicit that 'dev' output of SDL is usedTuomas Tynkkynen2016-08-23
|
* treewide: Make explicit that 'dev' output of libXcursor is usedTuomas Tynkkynen2016-05-19
|
* treewide: Make explicit that 'dev' output of libX11 is usedTuomas Tynkkynen2016-05-19
|
* 0ad game & data: 0.0.19 -> 0.0.20Tobias Geerinckx-Rice2016-05-01
|
* zeroad: fix 0ad.desktop after #12421Vladimír Čunát2016-01-20
|
* zeroad: do not build on HydraVladimír Čunát2016-01-19
| | | | | It should be possible to build binaries without data and then compose by a wrapper, e.g. similarly to what simutrans does.
* 0ad: binary renamed from 'pyrogenesis' to '0ad'Slawomir Gonet2016-01-17
|
* 0ad: 0.18 -> 0.19Slawomir Gonet2016-01-16
|
* 0ad: Alpha 17 -> Alpha 18Anders Papitto2015-09-08
|
* Use common licence attributes from lib/licenses.nixTobias Geerinckx-Rice2015-05-27
| | | | | | | | | | Many (less easily automatically converted) old-style strings remain. Where there was any possible ambiguity about the exact version or variant intended, nothing was changed. IANAL, nor a search robot. Use `with stdenv.lib` wherever it makes sense.
* openal to openalSoft conversionJoachim Schiele2015-05-16
|
* 0ad 0.0.16 -> 0.0.17waylon5312015-02-02
|
* Merge 'staging' into masterVladimír Čunát2014-08-08
|\
| * Remove last reference to stdenvTypeEelco Dolstra2014-07-01
| |
* | Mark a bunch of packages as broken or not supported on DarwinEelco Dolstra2014-08-08
|/
* Add 0 A.D.ambrop7@gmail.com2014-06-19