alienarena: Remove from the channel

387 MiB compressed, 898 uncompressed.
This commit is contained in:
Eelco Dolstra 2013-05-02 13:16:56 +02:00
parent 40cd4a8a9d
commit 7846ad9a90
2 changed files with 6 additions and 2 deletions

View file

@ -1,17 +1,22 @@
{ stdenv, fetchurl, pkgconfig, libjpeg, libX11, libXxf86vm, curl, libogg
, libvorbis, freetype, openal, mesa }:
stdenv.mkDerivation rec {
name = "alienarena-7.52";
src = fetchurl {
url = "http://icculus.org/alienarena/Files/alienarena-7_52-linux20110929.tar.gz";
sha256 = "1s1l3apxsxnd8lyi568y38a1fcdr0gwmc3lkgq2nkc676k4gki3m";
};
buildInputs = [ pkgconfig libjpeg libX11 curl libogg libvorbis
freetype openal mesa libXxf86vm ];
patchPhase = ''
substituteInPlace ./configure \
--replace libopenal.so.1 ${openal}/lib/libopenal.so.1
'';
meta = {
description = "A free, stand-alone first-person shooter computer game";
longDescription = ''
@ -27,6 +32,6 @@ stdenv.mkDerivation rec {
# Engine is under GPLv2, everything else is under
license = [ "unfree-redistributable" ];
maintainers = with stdenv.lib.maintainers; [ astsmtl ];
platforms = with stdenv.lib.platforms; linux;
#platforms = with stdenv.lib.platforms; linux;
};
}

View file

@ -41,7 +41,6 @@ in
acl2 = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
adobeReader = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
agg = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
alienarena = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
allegro = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
allegro5 = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
alliance = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };