mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
maim: set meta.mainProgram
This commit is contained in:
parent
d66929b7b1
commit
83922839dc
|
@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
|
|||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
mainProgram = "maim";
|
||||
inherit (src.meta) homepage;
|
||||
description = "A command-line screenshot utility";
|
||||
longDescription = ''
|
||||
|
|
Loading…
Reference in a new issue