From fe94af355c4860f527722dffd4bcd4ce14bc3e0a Mon Sep 17 00:00:00 2001 From: Andrew Marshall Date: Sun, 12 Nov 2023 16:54:04 -0500 Subject: steam-run: Set meta.mainProgram Otherwise it is inheriting "steam" from `steam.meta`. --- pkgs/games/steam/fhsenv.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/games/steam/fhsenv.nix') diff --git a/pkgs/games/steam/fhsenv.nix b/pkgs/games/steam/fhsenv.nix index 78c669614c07d..0171bc3471229 100644 --- a/pkgs/games/steam/fhsenv.nix +++ b/pkgs/games/steam/fhsenv.nix @@ -314,6 +314,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"; }; }; -- cgit 1.4.1