summary refs log tree commit diff
path: root/pkgs/games/torcs
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-05 00:04:36 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-05 00:06:10 +0100
commitc88055e1a2703fbc7dd1d072f273626afe1d6b97 (patch)
tree2da58486fd17c40014dba39894dc91594bbe4632 /pkgs/games/torcs
parenta2cbc77e4f1cf55a9c142d07377f67b0f83985ec (diff)
downloadnixlib-c88055e1a2703fbc7dd1d072f273626afe1d6b97.tar
nixlib-c88055e1a2703fbc7dd1d072f273626afe1d6b97.tar.gz
nixlib-c88055e1a2703fbc7dd1d072f273626afe1d6b97.tar.bz2
nixlib-c88055e1a2703fbc7dd1d072f273626afe1d6b97.tar.lz
nixlib-c88055e1a2703fbc7dd1d072f273626afe1d6b97.tar.xz
nixlib-c88055e1a2703fbc7dd1d072f273626afe1d6b97.tar.zst
nixlib-c88055e1a2703fbc7dd1d072f273626afe1d6b97.zip
Set meta.hydraPlatforms instead of meta.platforms for some packages
Diffstat (limited to 'pkgs/games/torcs')
-rw-r--r--pkgs/games/torcs/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/games/torcs/default.nix b/pkgs/games/torcs/default.nix
index f5b713ae3373..9f1fdedd5779 100644
--- a/pkgs/games/torcs/default.nix
+++ b/pkgs/games/torcs/default.nix
@@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
     homepage = http://torcs.sourceforge.net/;
     license = "GPLv2+";
     maintainers = with stdenv.lib.maintainers; [viric];
-    #platforms = with stdenv.lib.platforms; linux;
+    platforms = stdenv.lib.platforms.linux;
+    hydraPlatforms = [];
   };
 }