flameshot: provide meta.mainProgram

This commit is contained in:
Norbert Melzer 2023-08-10 09:02:51 +02:00
parent 63e45105d8
commit c445b079d4

View file

@ -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;