about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorFelipe Silva <git@felipeqq2.rocks>2024-01-17 20:31:05 -0400
committerFelipe Silva <git@felipeqq2.rocks>2024-01-17 20:31:05 -0400
commit6dbaf744d62e1fb19cc360f0cebbf850f32b5e3f (patch)
tree255ec525c96cbdd1c4f66c67043ca0b8f40b5a7f /pkgs/games
parent71b5ecd633e63ca4b1fba51a4e990798b9073a93 (diff)
legendary-gl: add main program
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/legendary-gl/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/legendary-gl/default.nix b/pkgs/games/legendary-gl/default.nix
index 355002d716f14..7d339681f333f 100644
--- a/pkgs/games/legendary-gl/default.nix
+++ b/pkgs/games/legendary-gl/default.nix
@@ -35,6 +35,7 @@ buildPythonApplication rec {
     homepage = "https://github.com/derrod/legendary";
     license = licenses.gpl3;
     maintainers = with maintainers; [ equirosa ];
+    mainProgram = "legendary";
   };
 
   passthru.updateScript = gitUpdater { };