about summary refs log tree commit diff
path: root/pkgs/tools/games/opentracker
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/games/opentracker')
-rw-r--r--pkgs/tools/games/opentracker/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/games/opentracker/default.nix b/pkgs/tools/games/opentracker/default.nix
index d774fcb8f1f00..a66d6f4aef53c 100644
--- a/pkgs/tools/games/opentracker/default.nix
+++ b/pkgs/tools/games/opentracker/default.nix
@@ -52,7 +52,6 @@ buildDotnetModule rec {
   ];
 
   autoPatchelfIgnoreMissingDeps = true; # Attempts to patchelf unneeded SOs
-  dontWrapGApps = true; # gappsWrapperArgs gets included when wrapping the application for dotnet.
 
   meta = with lib; {
     description = "A tracking application for A Link to the Past Randomizer";