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:
ison 2020-09-12 21:32:57 -06:00 committed by Pierre Neidhardt
parent 93c656566b
commit d4e9fe8c3b
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -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"))