summary refs log tree commit diff
path: root/pkgs/games/torcs
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-01-17 22:34:08 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-01-17 22:34:08 +0100
commit0db6ea6f760500d740f49756918c1807e2f48da5 (patch)
tree4918565f102e153f0b74a28c0337e5ebd1e8e256 /pkgs/games/torcs
parent9248dc1a14c751912b1f9e4541812c814d091e09 (diff)
downloadnixpkgs-0db6ea6f760500d740f49756918c1807e2f48da5.tar
nixpkgs-0db6ea6f760500d740f49756918c1807e2f48da5.tar.gz
nixpkgs-0db6ea6f760500d740f49756918c1807e2f48da5.tar.bz2
nixpkgs-0db6ea6f760500d740f49756918c1807e2f48da5.tar.lz
nixpkgs-0db6ea6f760500d740f49756918c1807e2f48da5.tar.xz
nixpkgs-0db6ea6f760500d740f49756918c1807e2f48da5.tar.zst
nixpkgs-0db6ea6f760500d740f49756918c1807e2f48da5.zip
Remove some oversized packages from the channel
E.g. urbanterror takes up 2x720 MiB.
Diffstat (limited to 'pkgs/games/torcs')
-rw-r--r--pkgs/games/torcs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/torcs/default.nix b/pkgs/games/torcs/default.nix
index cf740def511..da4fd01d3a9 100644
--- a/pkgs/games/torcs/default.nix
+++ b/pkgs/games/torcs/default.nix
@@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
     homepage = http://torcs.sourceforge.net/;
     license = "GPLv2+";
     maintainers = with stdenv.lib.maintainers; [viric];
-    platforms = with stdenv.lib.platforms; linux;
+    #platforms = with stdenv.lib.platforms; linux;
   };
 }