about summary refs log tree commit diff
path: root/pkgs/by-name/xi
diff options
context:
space:
mode:
authorJade <jade@witchof.space>2024-03-22 14:32:50 -0400
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-26 03:00:17 +0100
commit4f589cabdeb444e3c9bf7a7fdbdc05b369b217ac (patch)
treecb8fc690595b3e784d21807c3f9ffd149c5336e3 /pkgs/by-name/xi
parent1a657142bfa1e92611df098bcd4b38bf71dca406 (diff)
xivlauncher: remove TZ environment variable due to timezone bug
Diffstat (limited to 'pkgs/by-name/xi')
-rw-r--r--pkgs/by-name/xi/xivlauncher/package.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/by-name/xi/xivlauncher/package.nix b/pkgs/by-name/xi/xivlauncher/package.nix
index ec617ad0f0f55..cea9a6e32eccd 100644
--- a/pkgs/by-name/xi/xivlauncher/package.nix
+++ b/pkgs/by-name/xi/xivlauncher/package.nix
@@ -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 \