steam-run: provide meta (#196273)

Fixes https://github.com/NixOS/nix/issues/4527

authored by Atemu and committed by GitHub 00956781 751e222a

+5
+5
pkgs/games/steam/fhsenv.nix
··· 294 294 ${fixBootstrap} 295 295 exec -- "$run" "$@" 296 296 ''; 297 + 298 + meta = steam.meta // { 299 + description = "Run commands in the same FHS environment that is used for Steam"; 300 + name = "steam-run"; 301 + }; 297 302 }; 298 303 }