mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 16:38:09 +01:00
nongnu: steam: Revert XDG vars to explicit list.
* nongnu/packages/steam-client.scm (make-container-wrapper): Preserve only XDG vars which are known to be needed instead of preserving all XDG vars.
This commit is contained in:
parent
80decf053a
commit
0a0e8d0db6
1 changed files with 4 additions and 1 deletions
|
@ -325,7 +325,10 @@ in a sandboxed FHS environment."
|
|||
"^SDL_"
|
||||
"^STEAM_"
|
||||
"^XAUTHORITY$"
|
||||
"^XDG_"))
|
||||
;; Matching all ^XDG_ vars causes issues
|
||||
;; discussed in 80decf05.
|
||||
"^XDG_DATA_HOME$"
|
||||
"^XDG_RUNTIME_DIR$"))
|
||||
(expose `("/dev/dri"
|
||||
"/dev/input" ; Needed for controller input.
|
||||
,@(exists-> "/etc/machine-id")
|
||||
|
|
Loading…
Reference in a new issue