From 8973da1d91009ecf62d18a00a26e5cab70987647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Fri, 4 Nov 2022 13:31:52 +0100 Subject: [PATCH] nixos/tests/bazarr: set timezone to fix runtime failure Ref. https://github.com/morpheus65535/bazarr/issues/1983. --- nixos/tests/bazarr.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/tests/bazarr.nix b/nixos/tests/bazarr.nix index 2e49c958dd00..13b27bb530c0 100644 --- a/nixos/tests/bazarr.nix +++ b/nixos/tests/bazarr.nix @@ -17,6 +17,9 @@ in listenPort = port; }; nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) ["unrar"]; + # Workaround for https://github.com/morpheus65535/bazarr/issues/1983 + # ("Crash when running without timezone info"). + time.timeZone = "UTC"; }; testScript = ''