about summary refs log tree commit diff
path: root/pkgs/tools/games/er-patcher/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/games/er-patcher/default.nix')
-rw-r--r--pkgs/tools/games/er-patcher/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/games/er-patcher/default.nix b/pkgs/tools/games/er-patcher/default.nix
index 6e7920bce0a02..084dfdcc10987 100644
--- a/pkgs/tools/games/er-patcher/default.nix
+++ b/pkgs/tools/games/er-patcher/default.nix
@@ -36,5 +36,6 @@ stdenvNoCC.mkDerivation rec {
     '';
     license = licenses.mit;
     maintainers = [ maintainers.ivar ];
+    mainProgram = "er-patcher";
   };
 }