diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2020-10-18 19:24:29 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2020-10-18 19:24:29 +0300 |
| commit | bb35e516175ac97e60bdb86fbeace3708566d334 (patch) | |
| tree | 1d3f34cfbded593cb86cc866136b3f0a784998b0 | |
| parent | nongnu: linux@5.8: Update to 5.8.15. (diff) | |
| download | nonguix-fork/steam-make-container-wrapper-dri-prime.tar.gz | |
nongnu: steam: Preserve DRI_PRIME environment variable.fork/steam-make-container-wrapper-dri-prime
* nongnu/packages/steam-client.scm
(make-container-wrapper): Preserve DRI_PRIME environment variable.
| -rw-r--r-- | nongnu/packages/steam-client.scm | 1 |
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." (home (getenv "HOME")) (sandbox-home (string-append home "/" #$(ngc-sandbox-home container))) (preserved-env '("DISPLAY" + "DRI_PRIME" "SDL_AUDIODRIVER" "STEAM_RUNTIME" "STEAM_RUNTIME_HEAVY" |
