zenity: add meta.mainProgram

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew 2023-10-19 21:52:15 -03:00
parent fff9bb3446
commit 9b2213047e

View File

@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
};
meta = with lib; {
mainProgram = "zenity";
description = "Tool to display dialogs from the commandline and shell scripts";
homepage = "https://wiki.gnome.org/Projects/Zenity";
license = licenses.lgpl21Plus;