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:
parent
55acef4031
commit
1c82965b06
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue