forked from mirrors/nixpkgs
fhs-user-env: keep DBUS_SESSION_BUS_ADDRESS env
Steam requires this variable or some games run incredibly slow. See ValveSoftware/Dota-2#921 for more information.
This commit is contained in:
parent
b8614a6c63
commit
a368b27270
|
@ -20,6 +20,7 @@ envvars = [ 'TERM',
|
|||
'XDG_RUNTIME_DIR',
|
||||
'LANG',
|
||||
'SSL_CERT_FILE',
|
||||
'DBUS_SESSION_BUS_ADDRESS',
|
||||
]
|
||||
|
||||
require 'tmpdir'
|
||||
|
|
Loading…
Reference in a new issue