From c445b079d40d7d6c19182a5a31847aef7157dc56 Mon Sep 17 00:00:00 2001 From: Norbert Melzer Date: Thu, 10 Aug 2023 09:02:51 +0200 Subject: [PATCH] flameshot: provide meta.mainProgram --- pkgs/tools/misc/flameshot/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/misc/flameshot/default.nix b/pkgs/tools/misc/flameshot/default.nix index 0d5458bfe22..937e23fe596 100644 --- a/pkgs/tools/misc/flameshot/default.nix +++ b/pkgs/tools/misc/flameshot/default.nix @@ -39,6 +39,7 @@ mkDerivation rec { meta = with lib; { description = "Powerful yet simple to use screenshot software"; homepage = "https://github.com/flameshot-org/flameshot"; + mainProgram = "flameshot"; maintainers = with maintainers; [ scode oxalica ]; license = licenses.gpl3Plus; platforms = platforms.linux ++ platforms.darwin;