about summary refs log tree commit diff
path: root/pkgs/games/mars/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/mars/default.nix')
-rw-r--r--pkgs/games/mars/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/mars/default.nix b/pkgs/games/mars/default.nix
index fc101ba792a2d..dff005c0095bb 100644
--- a/pkgs/games/mars/default.nix
+++ b/pkgs/games/mars/default.nix
@@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
     description = "A game about fighting with ships in a 2D space setting";
     license = licenses.gpl3Plus;
     maintainers = [ maintainers.astsmtl ];
+    platforms = platforms.linux;
   };
 }