mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
xivlauncher: remove TZ environment variable due to timezone bug
This commit is contained in:
parent
1a657142bf
commit
4f589cabde
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user