about summary refs log tree commit diff
path: root/pkgs/games/torcs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/torcs/default.nix')
-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 = [];
   };
 }