xivlauncher: remove TZ environment variable due to timezone bug

This commit is contained in:
Jade 2024-03-22 14:32:50 -04:00 committed by Weijia Wang
parent 1a657142bf
commit 4f589cabde

View File

@ -42,6 +42,9 @@ in
postFixup = lib.optionalString useSteamRun (let
steam-run = (steam.override {
extraPkgs = pkgs: [ pkgs.libunwind ];
extraProfile = ''
unset TZ
'';
}).run;
in ''
substituteInPlace $out/bin/XIVLauncher.Core \