From 831fc4f86ae716f702ba39e2e4b1ca95198fec35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Mon, 5 Dec 2022 17:08:00 +0100 Subject: [PATCH] nixos/tests/bazarr: remove unneeded timezone workaround The issue was fixed in bazarr-1.1.3. --- nixos/tests/bazarr.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/nixos/tests/bazarr.nix b/nixos/tests/bazarr.nix index 13b27bb530c0..2e49c958dd00 100644 --- a/nixos/tests/bazarr.nix +++ b/nixos/tests/bazarr.nix @@ -17,9 +17,6 @@ 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 = ''