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
+1
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;