about summary refs log tree commit diff
path: root/pkgs/games/snipes/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/snipes/default.nix')
-rw-r--r--pkgs/games/snipes/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/snipes/default.nix b/pkgs/games/snipes/default.nix
index 01b24ee434c3..17a848402a51 100644
--- a/pkgs/games/snipes/default.nix
+++ b/pkgs/games/snipes/default.nix
@@ -40,6 +40,7 @@ in stdenv.mkDerivation {
 
   meta = with lib; {
     description = "Modern port of the classic 1982 text-mode game Snipes";
+    mainProgram = "snipes";
     homepage    = "https://www.vogons.org/viewtopic.php?f=7&t=49073";
     license     = licenses.free; # This reverse-engineered source code is released with the original authors' permission.
     maintainers = with maintainers; [ peterhoeg ];