endgame-singularity: add "mainProgram"

Withtout the change `nix run` fails to run the game:

    $ nix run -f. endgame-singularity
    error: unable to execute '...-endgame-singularity-1.00/bin/endgame-singularity': No such file or directory
This commit is contained in:
Sergei Trofimovich 2023-10-28 12:25:28 +01:00
parent 55acef4031
commit 1c82965b06
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ python3.pkgs.buildPythonApplication rec {
free # earth images from NASA, some fonts
cc0 # cick0.wav
];
mainProgram = "singularity";
maintainers = with lib.maintainers; [ fgaz ];
};
}