summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2020-10-18 19:24:29 +0300
committerPierre Neidhardt <mail@ambrevar.xyz>2020-10-18 19:39:09 +0200
commitee08c44091ac4c99b594de2284bdea8383f37f1c (patch)
tree1d3f34cfbded593cb86cc866136b3f0a784998b0
parent649d5bd462f03d1d047737f1e6f6fd13a23ed1c6 (diff)
nongnu: steam: Preserve DRI_PRIME environment variable.
* nongnu/packages/steam-client.scm (make-container-wrapper): Preserve DRI_PRIME environment variable.
-rw-r--r--nongnu/packages/steam-client.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/nongnu/packages/steam-client.scm b/nongnu/packages/steam-client.scm
index 51bed53..138d106 100644
--- a/nongnu/packages/steam-client.scm
+++ b/nongnu/packages/steam-client.scm
@@ -343,6 +343,7 @@ in a sandboxed FHS environment."
343 (home (getenv "HOME")) 343 (home (getenv "HOME"))
344 (sandbox-home (string-append home "/" #$(ngc-sandbox-home container))) 344 (sandbox-home (string-append home "/" #$(ngc-sandbox-home container)))
345 (preserved-env '("DISPLAY" 345 (preserved-env '("DISPLAY"
346 "DRI_PRIME"
346 "SDL_AUDIODRIVER" 347 "SDL_AUDIODRIVER"
347 "STEAM_RUNTIME" 348 "STEAM_RUNTIME"
348 "STEAM_RUNTIME_HEAVY" 349 "STEAM_RUNTIME_HEAVY"