Pass along args in steam wrappers.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
let
|
||||
steam_shipwright = pkgs.writeScriptBin "steam_soh" ''
|
||||
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${pkgs.libglvnd}/lib"
|
||||
exec ${pkgs.shipwright}/bin/soh
|
||||
exec ${pkgs.shipwright}/bin/soh "''${@}"
|
||||
'';
|
||||
in
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user