about summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authorBruno BELANYI <bruno@belanyi.fr>2023-08-04 10:32:10 +0000
committerBruno BELANYI <bruno@belanyi.fr>2023-08-04 10:32:10 +0000
commitfeac9edf6a4fc5f95f87fb88012e78e91ca55460 (patch)
tree9f2cc0cbbecff5bc1655ed3b02ccb80ffa44ee9a /pkgs/games/steam
parent69a04542c76a883de0ae5d8001b5612ebdfdb14a (diff)
treewide: add meta.mainProgram
Related PR: NixOS#246386
Diffstat (limited to 'pkgs/games/steam')
-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";
   };
 }