about summary refs log tree commit diff
path: root/pkgs/games/ufoai
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-05-02 13:11:19 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-05-02 13:25:52 +0200
commita1bc05bb5501f786bfec43d648550be791d2a565 (patch)
tree372283596b9e9292d2b69a4cadf1fc354a4cdab5 /pkgs/games/ufoai
parent35e8764a2ebd15c1a43b50770ed442b674341393 (diff)
ufoai: Remove from the channel
It's 898 MiB compressed.
Diffstat (limited to 'pkgs/games/ufoai')
-rw-r--r--pkgs/games/ufoai/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/ufoai/default.nix b/pkgs/games/ufoai/default.nix
index 80f3d72c579ab..d9955aec3eb48 100644
--- a/pkgs/games/ufoai/default.nix
+++ b/pkgs/games/ufoai/default.nix
@@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
     description = "A squad-based tactical strategy game in the tradition of X-Com";
     license = "GPLv2+";
     maintainers = with stdenv.lib.maintainers; [viric];
-    platforms = with stdenv.lib.platforms; linux;
+    #platforms = with stdenv.lib.platforms; linux;
   };
 }