summary refs log tree commit diff
path: root/pkgs/games/openarena
Commit message (Collapse)AuthorAge
* openarena: oa_ded link.Kevin Cox2019-10-25
|
* 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
* openarena: add missing dependency - openal (#50903)cx4052018-11-22
| | | | | | | | | | Without this change: ''' ------ Initializing Sound ------ Loading "libopenal.so.1"... Failed to load library: "libopenal.so.1". ''' when openal is selected. In addition, upcoming 0.19.1 openal supports 3d positioning audio via stereo (HTRF).
* openarena: fix loading libGL.so with libglvndAlexander V. Nikolaev2018-11-05
|
* tree-wide: patchelf used during build -> nativeBuildInputsWill Dietz2018-09-28
| | | | | | | | | | | In a few cases it wasn't clear so I left them as-is. While visiting these moved other things to nativeBuildInputs when it was clear they were one of these cases: * makeWrapper * archive utilities (in order to unpack src) * a few of these might no longer be needed but leaving for another day
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | It is deprecated and will be removed after 18.09.
* openarena: needs libcurl for fast assets downloadsFranz Pletz2018-04-24
|
* libogg: fix splitting and some referrersVladimír Čunát2015-10-13
|
* openarena: Clean up and fix tarball evaluation.aszlig2015-01-03
| | | | | | | | | | | It really doesn't make sense to pass stdenv.system to the builder and check the value during build process. Also, we're now using $NIX_CC/nix-support/dynamic-linker instead of pattern matching on ld-linux*.so.?. This is part of an attempt to fix nixpkgs tarball evaluation. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Added openarena 0.8.8wyvie2014-12-24