From 3ae6f63be19782c835f52f29eb44731951a72069 Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Wed, 23 Feb 2022 17:23:36 -0700 Subject: nongnu: steam: Provide timezone info to Steam container. * nongnu/packages/steam-client.scm (make-container-wrapper): Expose /etc/localtime Signed-off-by: ison --- nongnu/packages/steam-client.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'nongnu') diff --git a/nongnu/packages/steam-client.scm b/nongnu/packages/steam-client.scm index 46c556f..86f8428 100644 --- a/nongnu/packages/steam-client.scm +++ b/nongnu/packages/steam-client.scm @@ -430,6 +430,7 @@ in a sandboxed FHS environment." ,@(exists-> "/dev/nvidiactl") ,@(exists-> "/dev/nvidia-modeset") ,@(exists-> "/etc/machine-id") + "/etc/localtime" ; Needed for correct time zone. "/sys/class/hidraw" ; Needed for devices like the Valve Index. "/sys/class/input" ; Needed for controller input. "/sys/dev" -- cgit v1.2.3