about summary refs log tree commit diff
path: root/pkgs/games/astromenace
diff options
context:
space:
mode:
authorMatthieu Coudron <mcoudron@hotmail.com>2021-09-05 02:04:21 +0200
committerMatthieu Coudron <teto@users.noreply.github.com>2021-09-12 02:35:49 +0200
commitf6cc04fd6576b2c9d1f4cc4d31a2fd0e66a7f99f (patch)
tree94ff27a19803b3bc858284bb7bf555cc4c73c48a /pkgs/games/astromenace
parent6bbea21500a434747aa87d50f5a9323736f84392 (diff)
astromenace: add meta.mainProgram
else it does not start
Diffstat (limited to 'pkgs/games/astromenace')
-rw-r--r--pkgs/games/astromenace/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/astromenace/default.nix b/pkgs/games/astromenace/default.nix
index cbe2385ea1255..16b087d1e4d0f 100644
--- a/pkgs/games/astromenace/default.nix
+++ b/pkgs/games/astromenace/default.nix
@@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
     homepage = "https://www.viewizard.com/";
     license = lib.licenses.gpl3;
     platforms = lib.platforms.linux;
+    mainProgram = "AstroMenace";
   };
 }