mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 14:41:27 +00:00
alienarena: Remove from the channel
387 MiB compressed, 898 uncompressed.
This commit is contained in:
parent
40cd4a8a9d
commit
7846ad9a90
@ -1,17 +1,22 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, libjpeg, libX11, libXxf86vm, curl, libogg
|
{ stdenv, fetchurl, pkgconfig, libjpeg, libX11, libXxf86vm, curl, libogg
|
||||||
, libvorbis, freetype, openal, mesa }:
|
, libvorbis, freetype, openal, mesa }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "alienarena-7.52";
|
name = "alienarena-7.52";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://icculus.org/alienarena/Files/alienarena-7_52-linux20110929.tar.gz";
|
url = "http://icculus.org/alienarena/Files/alienarena-7_52-linux20110929.tar.gz";
|
||||||
sha256 = "1s1l3apxsxnd8lyi568y38a1fcdr0gwmc3lkgq2nkc676k4gki3m";
|
sha256 = "1s1l3apxsxnd8lyi568y38a1fcdr0gwmc3lkgq2nkc676k4gki3m";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig libjpeg libX11 curl libogg libvorbis
|
buildInputs = [ pkgconfig libjpeg libX11 curl libogg libvorbis
|
||||||
freetype openal mesa libXxf86vm ];
|
freetype openal mesa libXxf86vm ];
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
substituteInPlace ./configure \
|
substituteInPlace ./configure \
|
||||||
--replace libopenal.so.1 ${openal}/lib/libopenal.so.1
|
--replace libopenal.so.1 ${openal}/lib/libopenal.so.1
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A free, stand-alone first-person shooter computer game";
|
description = "A free, stand-alone first-person shooter computer game";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
@ -27,6 +32,6 @@ stdenv.mkDerivation rec {
|
|||||||
# Engine is under GPLv2, everything else is under
|
# Engine is under GPLv2, everything else is under
|
||||||
license = [ "unfree-redistributable" ];
|
license = [ "unfree-redistributable" ];
|
||||||
maintainers = with stdenv.lib.maintainers; [ astsmtl ];
|
maintainers = with stdenv.lib.maintainers; [ astsmtl ];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
#platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -41,7 +41,6 @@ in
|
|||||||
acl2 = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
acl2 = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
adobeReader = { 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; };
|
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; };
|
allegro = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
allegro5 = { 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; };
|
alliance = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
|
Loading…
Reference in New Issue
Block a user