Commit 831fc4f8 authored by Bjørn Forsman's avatar Bjørn Forsman
Browse files

nixos/tests/bazarr: remove unneeded timezone workaround

The issue was fixed in bazarr-1.1.3.
parent 20e9c067
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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 = ''