summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2023-11-13 01:47:18 +0200
committerGitHub <noreply@github.com>2023-11-13 01:47:18 +0200
commitdb86bc5c4e51ff1e12482783c8099b90e3681221 (patch)
tree45dee264b7f117e93359afcf99e359b40e26988a
parentf77236e04a6cd60a01491e659f911411097c3b74 (diff)
parentfe94af355c4860f527722dffd4bcd4ce14bc3e0a (diff)
Merge pull request #267112 from amarshall/steam-run-mainprogram
steam-run: Set meta.mainProgram
-rw-r--r--pkgs/games/steam/fhsenv.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/steam/fhsenv.nix b/pkgs/games/steam/fhsenv.nix
index 25287c89113b..2fcbec7a1d31 100644
--- a/pkgs/games/steam/fhsenv.nix
+++ b/pkgs/games/steam/fhsenv.nix
@@ -315,6 +315,7 @@ in buildFHSEnv rec {
meta = (steam.meta or {}) // {
description = "Run commands in the same FHS environment that is used for Steam";
+ mainProgram = "steam-run";
name = "steam-run";
};
};