diff --git a/pkgs/by-name/so/solarus/package.nix b/pkgs/by-name/so/solarus/package.nix index a8af00081fc1..1004cfeb0179 100644 --- a/pkgs/by-name/so/solarus/package.nix +++ b/pkgs/by-name/so/solarus/package.nix @@ -70,6 +70,7 @@ stdenv.mkDerivation (finalAttrs: { Many full-fledged games have been writen for the engine. ''; homepage = "https://www.solarus-games.org"; + mainProgram = "solarus-run"; license = lib.licenses.gpl3; maintainers = [ ]; platforms = lib.platforms.linux;