mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-03-14 05:45:15 +01:00
nongnu: steam: Preserve steam runtime vars.
* nongnu/packages/steam-client.scm (make-container-wrapper): Add runtime vars to preserved-env.
This commit is contained in:
parent
93c656566b
commit
d4e9fe8c3b
1 changed files with 3 additions and 0 deletions
|
@ -404,6 +404,9 @@ relative path pkg-run from pkg inside a guix container with an FHS environment."
|
|||
(sandbox-home (string-append home "/" #$(ngc-sandbox-home container)))
|
||||
(preserved-env '("DISPLAY"
|
||||
"SDL_AUDIODRIVER"
|
||||
"STEAM_RUNTIME"
|
||||
"STEAM_RUNTIME_HEAVY"
|
||||
"STEAM_RUNTIME_PREFER_HOST_LIBRARIES"
|
||||
"XAUTHORITY"
|
||||
"XDG_DATA_HOME"
|
||||
"XDG_RUNTIME_DIR"))
|
||||
|
|
Loading…
Add table
Reference in a new issue