mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-23 15:24:52 +01:00
nongnu: steam: Preserve DRI_PRIME environment variable.
* nongnu/packages/steam-client.scm (make-container-wrapper): Preserve DRI_PRIME environment variable.
This commit is contained in:
parent
649d5bd462
commit
ee08c44091
1 changed files with 1 additions and 0 deletions
|
@ -343,6 +343,7 @@ in a sandboxed FHS environment."
|
|||
(home (getenv "HOME"))
|
||||
(sandbox-home (string-append home "/" #$(ngc-sandbox-home container)))
|
||||
(preserved-env '("DISPLAY"
|
||||
"DRI_PRIME"
|
||||
"SDL_AUDIODRIVER"
|
||||
"STEAM_RUNTIME"
|
||||
"STEAM_RUNTIME_HEAVY"
|
||||
|
|
Loading…
Reference in a new issue