about summary refs log tree commit diff
path: root/pkgs/by-name/un/unciv/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/un/unciv/package.nix')
-rw-r--r--pkgs/by-name/un/unciv/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/by-name/un/unciv/package.nix b/pkgs/by-name/un/unciv/package.nix
index b017677e8b59..0e2f80f09d96 100644
--- a/pkgs/by-name/un/unciv/package.nix
+++ b/pkgs/by-name/un/unciv/package.nix
@@ -53,6 +53,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "An open-source Android/Desktop remake of Civ V";
+    mainProgram = "unciv";
     homepage = "https://github.com/yairm210/Unciv";
     maintainers = with maintainers; [ tex ];
     sourceProvenance = with sourceTypes; [ binaryBytecode ];