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

View File

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