about summary refs log tree commit diff
path: root/pkgs/games/openarena
AgeCommit message (Collapse)AuthorFilesLines
2021-01-15pkgs/games: stdenv.lib -> libBen Siraphob1-4/+4
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-10-25openarena: oa_ded link.Kevin Cox1-10/+11
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-11-22openarena: add missing dependency - openal (#50903)cx4051-2/+2
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).
2018-11-05openarena: fix loading libGL.so with libglvndAlexander V. Nikolaev1-2/+2
2018-09-28tree-wide: patchelf used during build -> nativeBuildInputsWill Dietz1-1/+1
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
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson1-1/+1
It is deprecated and will be removed after 18.09.
2018-04-24openarena: needs libcurl for fast assets downloadsFranz Pletz1-2/+2
2015-10-13libogg: fix splitting and some referrersVladimír Čunát1-2/+3
2015-01-03openarena: Clean up and fix tarball evaluation.aszlig1-6/+6
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>
2014-12-24Added openarena 0.8.8wyvie1-0/+41