From 9531d73e83faf702c23cdb51e1866384b5f47285 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 2 Sep 2024 12:12:29 -0400 Subject: [PATCH] modrinth-app: add meta.mainProgram --- pkgs/by-name/mo/modrinth-app-unwrapped/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/mo/modrinth-app-unwrapped/package.nix b/pkgs/by-name/mo/modrinth-app-unwrapped/package.nix index be535ebea6bf..9df472684753 100644 --- a/pkgs/by-name/mo/modrinth-app-unwrapped/package.nix +++ b/pkgs/by-name/mo/modrinth-app-unwrapped/package.nix @@ -99,6 +99,7 @@ rustPlatform.buildRustPackage rec { unfreeRedistributable ]; maintainers = with lib.maintainers; [ getchoo ]; + mainProgram = "modrinth-app"; platforms = with lib; platforms.linux ++ platforms.darwin; # this builds on architectures like aarch64, but the launcher itself does not support them yet broken = !stdenv.hostPlatform.isx86_64;