about summary refs log tree commit diff
path: root/pkgs/games/warsow
AgeCommit message (Collapse)AuthorFilesLines
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2022-06-03warsow-engine: add -fcommon workaroundSergei Trofimovich1-0/+5
Workaround build failure on -fno-common toolchains like upstream gcc-10. Otherwise build fails as: ld: CMakeFiles/wswtv_server.dir/__/unix/unix_time.c.o:(.bss+0x8): multiple definition of `c_pointcontents'; CMakeFiles/wswtv_server.dir/__/null/ascript_null.c.o:(.bss+0x8): first defined here
2022-03-19treewide/makeWrapper: replace `--run cd` with `--chdir`Naïm Favier1-1/+1
Lay the groundwork for switching to binary wrappers by reducing uses of `--run` (which is not supported by `makeBinaryWrapper`).
2021-02-25warsow: clean upJan Tojnar1-16/+19
- Do not contaminate builder environment with libraries, substitute them in the patch directly. - Switch to pname from name. - Run installPhase hooks. - Correct license.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch2-3/+3
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
2021-01-05Merge master into staging-nextgithub-actions[bot]1-1/+1
2021-01-04warsow: fix src urlMarc 'risson' Schmitt1-1/+1
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-2/+0
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly2-2/+2
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát2-2/+3
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
2019-08-21warsow: mark as broken on aarch64Marek Mahut1-0/+1
2019-08-21warsow,warsow-engine: fix mirror URLPierre Bourdon2-2/+2
Current one does not resolve. New one is the one currently present on warsow.net.
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-03-13warsow: add missing patchNikolay Amiantov1-0/+28
2018-03-13warsow: 1.03 -> 2.1.2Nikolay Amiantov2-47/+72
Fix build, split into engine and game to build engine on Hydra.
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-3/+3
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-08-07replace "Mac OS X" and "OS X" with "macOS"davidak1-1/+1
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 [...]"
2017-01-24warsow: mark as brokenzimbatm1-0/+1
libjpeg62 is broken as well
2016-01-24treewide: Mass replace 'freetype}/lib' to refer the 'out' outputTuomas Tynkkynen1-1/+1
2015-11-17Replace 'with plaforms; platform' with 'platforms.platform'Pascal Wittmann1-1/+1
2015-05-28Don't use "with licenses;" for single licencesTobias Geerinckx-Rice1-1/+1
And don't use square brackets on such lines.
2015-05-27Use common licence attributes from lib/licenses.nixTobias Geerinckx-Rice1-4/+4
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.
2013-10-06More description fixesBjørn Forsman1-1/+1
* 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.
2013-02-12warsow: Fix for ui module downloaded from server.Александр Цамутали1-7/+10
2013-02-07warsow: Update to 1.03.Александр Цамутали1-4/+4
2012-12-01games/warsow: Updated to 1.02.Alexander Tsamutali1-8/+6
2012-09-24games/warsow: Updated to 1.0.Александр Цамутали1-14/+15
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-3/+3
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2011-05-01games/warsow: Updated to 0.62.Alexander Tsamutali1-4/+5
svn path=/nixpkgs/trunk/; revision=27078
2011-04-24games/warsow: Updated to 0.61.Alexander Tsamutali1-4/+6
svn path=/nixpkgs/trunk/; revision=26946
2011-01-02games/warsow: Fixed OpenAL support.Alexander Tsamutali1-0/+3
svn path=/nixpkgs/trunk/; revision=25353
2011-01-02games/warsow: Updated to 0.6.Alexander Tsamutali1-9/+5
svn path=/nixpkgs/trunk/; revision=25352
2010-04-03pkgs/games/warsow: Now mesa will be added to RPATH. Small cleanup.Alexander Tsamutali1-3/+7
svn path=/nixpkgs/trunk/; revision=20935
2010-01-27games/warsow: New package.Alexander Tsamutali1-0/+55
svn path=/nixpkgs/trunk/; revision=19718