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:
Oleg Pykhalov 2020-10-18 19:24:29 +03:00 committed by Pierre Neidhardt
parent 649d5bd462
commit ee08c44091
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

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