summary refs log tree commit diff
path: root/pkgs/games/warsow
Commit message (Collapse)AuthorAge
* warsow: clean upJan Tojnar2021-02-25
| | | | | | | - Do not contaminate builder environment with libraries, substitute them in the patch directly. - Switch to pname from name. - Run installPhase hooks. - Correct license.
* 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
* Merge master into staging-nextgithub-actions[bot]2021-01-05
|\
| * warsow: fix src urlMarc 'risson' Schmitt2021-01-04
| | | | | | | | Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
* | treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2021-01-03
|/
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
|\ | | | | | | | | | | | | | | | | | | There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
| * warsow: mark as broken on aarch64Marek Mahut2019-08-21
| |
| * warsow,warsow-engine: fix mirror URLPierre Bourdon2019-08-21
| | | | | | | | | | Current one does not resolve. New one is the one currently present on warsow.net.
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* warsow: add missing patchNikolay Amiantov2018-03-13
|
* warsow: 1.03 -> 2.1.2Nikolay Amiantov2018-03-13
| | | | Fix build, split into engine and game to build engine on Hydra.
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* replace "Mac OS X" and "OS X" with "macOS"davidak2017-08-07
| | | | | | | | | | as it is the official name since 2016 https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop exception are parts refering to older versions of macOS like "GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
* warsow: mark as brokenzimbatm2017-01-24
| | | | libjpeg62 is broken as well
* treewide: Mass replace 'freetype}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
|
* Replace 'with plaforms; platform' with 'platforms.platform'Pascal Wittmann2015-11-17
|
* Don't use "with licenses;" for single licencesTobias Geerinckx-Rice2015-05-28
| | | | And don't use square brackets on such lines.
* 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.
* More description fixesBjørn Forsman2013-10-06
| | | | | | | | | | | * Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
* warsow: Fix for ui module downloaded from server.Александр Цамутали2013-02-12
|
* warsow: Update to 1.03.Александр Цамутали2013-02-07
|
* games/warsow: Updated to 1.02.Alexander Tsamutali2012-12-01
|
* games/warsow: Updated to 1.0.Александр Цамутали2012-09-24
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* games/warsow: Updated to 0.62.Alexander Tsamutali2011-05-01
| | | | svn path=/nixpkgs/trunk/; revision=27078
* games/warsow: Updated to 0.61.Alexander Tsamutali2011-04-24
| | | | svn path=/nixpkgs/trunk/; revision=26946
* games/warsow: Fixed OpenAL support.Alexander Tsamutali2011-01-02
| | | | svn path=/nixpkgs/trunk/; revision=25353
* games/warsow: Updated to 0.6.Alexander Tsamutali2011-01-02
| | | | svn path=/nixpkgs/trunk/; revision=25352
* pkgs/games/warsow: Now mesa will be added to RPATH. Small cleanup.Alexander Tsamutali2010-04-03
| | | | svn path=/nixpkgs/trunk/; revision=20935
* games/warsow: New package.Alexander Tsamutali2010-01-27
svn path=/nixpkgs/trunk/; revision=19718