steam-run: Set meta.mainProgram
Otherwise it is inheriting "steam" from `steam.meta`.
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user