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