16 stdenv.mkDerivation rec {
20 src = fetchFromGitHub {
24 hash = "sha256-Dml0VY5VQiWLq8LjItBSzNwJB9L4biJ/nJWmEGtG2ZY=";
27 nativeBuildInputs = [ pkg-config ];
42 substituteInPlace ./configure \
43 --replace libopenal.so.1 ${openal}/lib/libopenal.so.1 \
44 --replace libGL.so.1 ${libGL}/lib/libGL.so.1
48 changelog = "https://github.com/alienarena/alienarena/releases/tag/${version}";
49 description = "Free, stand-alone first-person shooter computer game";
51 Do you like old school deathmatch with modern features? How
52 about rich, colorful, arcade-like atmospheres? How about retro
53 Sci-Fi? Then you're going to love what Alien Arena has in store
54 for you! This game combines some of the very best aspects of
55 such games as Quake III and Unreal Tournament and wraps them up
56 with a retro alien theme, while adding tons of original ideas to
57 make the game quite unique.
59 homepage = "https://alienarena.org";
60 # Engine is under GPLv2, everything else is under
61 license = licenses.unfreeRedistributable;
62 maintainers = with maintainers; [ astsmtl ];
63 platforms = platforms.linux;