grim: add meta.mainProgram and other cleanup
This commit is contained in:
parent
e24dabc21a
commit
ead60eb8b9
1 changed files with 3 additions and 2 deletions
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "~emersion";
|
owner = "~emersion";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-5csJqRLNqhyeXR4dEQtnPUSwuZ8oY+BIt6AVICkm1+o=";
|
hash = "sha256-5csJqRLNqhyeXR4dEQtnPUSwuZ8oY+BIt6AVICkm1+o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
|
@ -49,6 +49,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/emersion/grim";
|
homepage = "https://github.com/emersion/grim";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ buffet ];
|
maintainers = with maintainers; [ buffet eclairevoyant ];
|
||||||
|
mainProgram = "grim";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue