diff options
| author | seth <getchoo@tuta.io> | 2023-09-19 10:08:41 -0400 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-09-19 17:39:42 +0000 |
| commit | a826685a0ebafc2cfc3af33cd2401dde0ab2e1da (patch) | |
| tree | 3978a6622c1d4ca662899e4cac0dde2167ee77e5 | |
| parent | prismlauncher: include libusb1 as a runtime dependency (diff) | |
| download | nixpkgs-a826685a0ebafc2cfc3af33cd2401dde0ab2e1da.tar.gz | |
prismlauncher: add meta.mainProgram attribute
(cherry picked from commit 9a147d14d0f5ddb46a9dc82b373222a387664eed)
| -rw-r--r-- | pkgs/games/prismlauncher/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/prismlauncher/default.nix b/pkgs/games/prismlauncher/default.nix index 63c6901326ee..9f260aaba9d5 100644 --- a/pkgs/games/prismlauncher/default.nix +++ b/pkgs/games/prismlauncher/default.nix @@ -98,6 +98,7 @@ rec { dontWrapQtApps = true; meta = with lib; { + mainProgram = "prismlauncher"; homepage = "https://prismlauncher.org/"; description = "A free, open source launcher for Minecraft"; longDescription = '' |
