Merge pull request #298131 from witchof0x20/xivlauncher_tz

xivlauncher: remove TZ environment variable due to timezone bug
This commit is contained in:
Weijia Wang 2024-03-26 03:02:11 +01:00 committed by GitHub
commit fa1f70d8c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

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 \