about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-10-20 09:43:33 +0300
committerGitHub <noreply@github.com>2023-10-20 09:43:33 +0300
commit508ce53ab47dc18f0a18bcf2184cc6540e4c18b3 (patch)
treeedc311a5ba7cc6374484a81fd67aa96a6e50e1ea /pkgs/desktops
parent5bf82c5a0be600bf8129bc27977205e0806e5a8b (diff)
parent9b2213047e2a304f06f28dbe19635f7edffa9310 (diff)
Merge pull request #262176 from lucasew/zenity-mainprogram
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/gnome/core/zenity/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/desktops/gnome/core/zenity/default.nix b/pkgs/desktops/gnome/core/zenity/default.nix
index b171ef202252a..6ff36b1c1960d 100644
--- a/pkgs/desktops/gnome/core/zenity/default.nix
+++ b/pkgs/desktops/gnome/core/zenity/default.nix
@@ -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;