summary refs log tree commit diff
path: root/pkgs/games/warmux
Commit message (Collapse)AuthorAge
* 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: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide/xorg: replace *proto with xorgprotoLengyel Balazs2019-01-04
|
* warmux: 11.04.1 -> unstable-2017-10-20 (#48277)Renaud2018-10-20
| | | | | Gna.org forge is closed but someone was kind enough to clone the repo on GitHub and even add some fixes on top of it
* Revert "treewide: fixup breakage due to absolute compiler path"Matthew Bauer2018-08-22
| | | | This reverts commit d0888d150333a2c523cd1e46606d6219afe23dc2.
* treewide: fixup breakage due to absolute compiler pathVladimír Čunát2018-08-21
| | | | | Some packages just can't handle them #44767. It was tempting to try to abstract this in some way, but I didn't do that ATM.
* warmux: add patch to fix build with gcc6Robin Gloster2017-01-20
|
* treewide: Make explicit that 'dev' output of zlib is usedTuomas Tynkkynen2016-05-19
|
* warmux: reimplement using mkDerivationJoachim Fasting2015-11-24
|
* warmux: forgot to add the patchEvgeny Egorochkin2013-12-21
|
* warmux: fix buildEvgeny Egorochkin2013-12-21
|
* warmux-11.04.1, fix build with libpng-1.5Yury G. Kudryashov2012-02-16
| | | | svn path=/nixpkgs/trunk/; revision=32333
* Adding warmuxMichael Raskin2011-02-16
svn path=/nixpkgs/trunk/; revision=25997