about summary refs log tree commit diff
path: root/pkgs/games/n2048/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/n2048/default.nix')
-rw-r--r--pkgs/games/n2048/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/n2048/default.nix b/pkgs/games/n2048/default.nix
index ec3a4e2bbeec..2ae937ee6be2 100644
--- a/pkgs/games/n2048/default.nix
+++ b/pkgs/games/n2048/default.nix
@@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
   '';
   meta = with lib; {
     description = "Console implementation of 2048 game";
+    mainProgram = "n2048";
     license = licenses.bsd2;
     maintainers = with maintainers; [ raskin ];
     platforms = platforms.linux;