summary refs log tree commit diff
path: root/pkgs/games/teetertorture/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/teetertorture/default.nix')
-rw-r--r--pkgs/games/teetertorture/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/teetertorture/default.nix b/pkgs/games/teetertorture/default.nix
index e5d9e5e9751..7933ef2f069 100644
--- a/pkgs/games/teetertorture/default.nix
+++ b/pkgs/games/teetertorture/default.nix
@@ -27,5 +27,6 @@ stdenv.mkDerivation {
     homepage = http://www.newbreedsoftware.com/teetertorture/;
     description = "Simple shooting game with your cannon is sitting atop a teeter totter";
     license = stdenv.lib.licenses.gpl2Plus;
+    platforms = stdenv.lib.platforms.linux;
   };
 }