summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpineapples <guixuser6392@protonmail.com>2021-07-01 20:33:59 +0200
committerpineapples <guixuser6392@protonmail.com>2021-07-01 20:33:59 +0200
commit23d2e9640bf12d8413f585fea67db60c2df624b3 (patch)
tree10be48893f92437dc90050caa31892bd4bac21c2
parent7d824b5780558288881602a7a3cf8b0f56ebc08c (diff)
nongnu: steam: Don't fail if system bus isn't up.steam-no-system-dbus
* nongnu/packages/steam-client.scm (make-container-wrapper): Expose the `/var/run/dbus' directory only if it exists.
-rw-r--r--nongnu/packages/steam-client.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/nongnu/packages/steam-client.scm b/nongnu/packages/steam-client.scm
index d141057..8a11e4a 100644
--- a/nongnu/packages/steam-client.scm
+++ b/nongnu/packages/steam-client.scm
@@ -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"))