mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-24 15:54:52 +01:00
nongnu: steam: Don't fail if system bus isn't up.
* nongnu/packages/steam-client.scm (make-container-wrapper): Expose the `/var/run/dbus' directory only if it exists.
This commit is contained in:
parent
d54973e47b
commit
0a05a14ce1
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ in a sandboxed FHS environment."
|
|||
,@(exists-> "/dev/nvidiactl")
|
||||
,@(exists-> "/dev/nvidia-modeset")
|
||||
"/sys/devices"
|
||||
"/var/run/dbus"))
|
||||
,@(exists-> "/var/run/dbus")))
|
||||
(share `("/dev/shm"
|
||||
,(string-append sandbox-home "=" home)
|
||||
,@(exists-> (string-append home "/.config/pulse"))
|
||||
|
|
Loading…
Reference in a new issue