about summary refs log tree commit diff
path: root/pkgs/games/steam/steam.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/steam/steam.nix')
-rw-r--r--pkgs/games/steam/steam.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/steam/steam.nix b/pkgs/games/steam/steam.nix
index 13d63117b7f8c..2687ee7febdd4 100644
--- a/pkgs/games/steam/steam.nix
+++ b/pkgs/games/steam/steam.nix
@@ -49,5 +49,6 @@ in stdenv.mkDerivation {
     homepage = "https://store.steampowered.com/";
     license = licenses.unfreeRedistributable;
     maintainers = with maintainers; [ jagajaga jonringer ];
+    mainProgram = "steam";
   };
 }