grim: add meta.mainProgram and other cleanup

This commit is contained in:
éclairevoyant 2023-08-12 20:01:06 -04:00
parent e24dabc21a
commit ead60eb8b9
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
owner = "~emersion";
repo = pname;
rev = "v${version}";
sha256 = "sha256-5csJqRLNqhyeXR4dEQtnPUSwuZ8oY+BIt6AVICkm1+o=";
hash = "sha256-5csJqRLNqhyeXR4dEQtnPUSwuZ8oY+BIt6AVICkm1+o=";
};
mesonFlags = [
@ -49,6 +49,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/emersion/grim";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ buffet ];
maintainers = with maintainers; [ buffet eclairevoyant ];
mainProgram = "grim";
};
}