about summary refs log tree commit diff
path: root/pkgs/games/xivlauncher/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/xivlauncher/default.nix')
-rw-r--r--pkgs/games/xivlauncher/default.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgs/games/xivlauncher/default.nix b/pkgs/games/xivlauncher/default.nix
index 0bd586d458c2..b8560f2b4134 100644
--- a/pkgs/games/xivlauncher/default.nix
+++ b/pkgs/games/xivlauncher/default.nix
@@ -23,12 +23,8 @@ in
     nugetDeps = ./deps.nix; # File generated with `nix-build -A xivlauncher.passthru.fetch-deps`
 
     dotnetFlags = [
-      "--runtime linux-x64"
       "-p:BuildHash=${rev}"
-    ];
-
-    dotnetBuildFlags = [
-      "--no-self-contained"
+      "-p:PublishSingleFile=false"
     ];
 
     postPatch = ''