summary refs log tree commit diff
path: root/pkgs/games/racer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/racer/default.nix')
-rw-r--r--pkgs/games/racer/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/racer/default.nix b/pkgs/games/racer/default.nix
index 06e43fd273f..db0b81f5567 100644
--- a/pkgs/games/racer/default.nix
+++ b/pkgs/games/racer/default.nix
@@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
     description = "Car racing game";
     homepage = http://hippo.nipax.cz/download.en.php;
     license = stdenv.lib.licenses.gpl2Plus;
+    platforms = stdenv.lib.platforms.linux;
   };
 }