From 7846ad9a90e4be119a2c5780e4f443cfb128210b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 2 May 2013 13:16:56 +0200 Subject: [PATCH] alienarena: Remove from the channel 387 MiB compressed, 898 uncompressed. --- pkgs/games/alienarena/default.nix | 7 ++++++- pkgs/top-level/release-python.nix | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/games/alienarena/default.nix b/pkgs/games/alienarena/default.nix index aa7d2f1e9144..856d9afe0f92 100644 --- a/pkgs/games/alienarena/default.nix +++ b/pkgs/games/alienarena/default.nix @@ -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; }; } diff --git a/pkgs/top-level/release-python.nix b/pkgs/top-level/release-python.nix index d76eeec93dd4..fbf0b3ac9b28 100644 --- a/pkgs/top-level/release-python.nix +++ b/pkgs/top-level/release-python.nix @@ -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; };