grim: add meta.mainProgram and other cleanup

+3 -2
+3 -2
pkgs/tools/graphics/grim/default.nix
··· 21 owner = "~emersion"; 22 repo = pname; 23 rev = "v${version}"; 24 - sha256 = "sha256-5csJqRLNqhyeXR4dEQtnPUSwuZ8oY+BIt6AVICkm1+o="; 25 }; 26 27 mesonFlags = [ ··· 49 homepage = "https://github.com/emersion/grim"; 50 license = licenses.mit; 51 platforms = platforms.linux; 52 - maintainers = with maintainers; [ buffet ]; 53 }; 54 }
··· 21 owner = "~emersion"; 22 repo = pname; 23 rev = "v${version}"; 24 + hash = "sha256-5csJqRLNqhyeXR4dEQtnPUSwuZ8oY+BIt6AVICkm1+o="; 25 }; 26 27 mesonFlags = [ ··· 49 homepage = "https://github.com/emersion/grim"; 50 license = licenses.mit; 51 platforms = platforms.linux; 52 + maintainers = with maintainers; [ buffet eclairevoyant ]; 53 + mainProgram = "grim"; 54 }; 55 }