From 556057f3330ef8323dded228f433d1baf8c2b461 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Wed, 31 Jan 2024 22:39:31 +0800 Subject: nonguix: multiarch-container: Preserve TZ and TZDIR. * nonguix/multiarch-container.scm (make-container-wrapper): Preserve TZ and TZDIR. Signed-off-by: John Kehayias Co-authored-by: John Kehayias --- nonguix/multiarch-container.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'nonguix') diff --git a/nonguix/multiarch-container.scm b/nonguix/multiarch-container.scm index 1cbf405..32bf5d3 100644 --- a/nonguix/multiarch-container.scm +++ b/nonguix/multiarch-container.scm @@ -291,6 +291,7 @@ in a sandboxed FHS environment." "^SDL_" "^STEAM_" "^SSL_" ; SSL certificate environment, needed by curl for Heroic. + "^TZ" ; For setting time zone. "^XAUTHORITY$" ;; Matching all ^XDG_ vars causes issues ;; discussed in 80decf05. -- cgit v1.2.3