about summary refs log tree commit diff
path: root/nixpkgs/pkgs/games/pokete/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/games/pokete/default.nix')
-rw-r--r--nixpkgs/pkgs/games/pokete/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/games/pokete/default.nix b/nixpkgs/pkgs/games/pokete/default.nix
index 73ff661e9d09..3a4d9a3c2031 100644
--- a/nixpkgs/pkgs/games/pokete/default.nix
+++ b/nixpkgs/pkgs/games/pokete/default.nix
@@ -49,6 +49,7 @@ python3.pkgs.buildPythonApplication rec {
 
   meta = with lib; {
     description = "A terminal based Pokemon like game";
+    mainProgram = "pokete";
     homepage = "https://lxgr-linux.github.io/pokete";
     license = licenses.gpl3Only;
     maintainers = with maintainers; [ fgaz ];