nixos/tests/bazarr: remove unneeded timezone workaround

The issue was fixed in bazarr-1.1.3.
This commit is contained in:
Bjørn Forsman 2022-12-05 17:08:00 +01:00
parent 20e9c067c7
commit 831fc4f86a

View File

@ -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 = ''