Merge pull request #248303 from NobbZ/flameshot-meta-main

flameshot: provide meta.mainProgram
This commit is contained in:
Jörg Thalheim 2023-08-10 08:25:42 +01:00 committed by GitHub
commit 3b70ac9649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;