about summary refs log tree commit diff
path: root/pkgs/tools/misc/notify-desktop
diff options
context:
space:
mode:
authorElijah M. Immer <me@eimmer.me>2023-11-12 23:41:02 +0000
committerElijah M. Immer <me@eimmer.me>2023-11-12 23:41:02 +0000
commita774bbd796b945789db2a087aa14e6d79352841b (patch)
tree87cddca1dc5c2b37af7c8b1cb4d8c93ba534d8a8 /pkgs/tools/misc/notify-desktop
parentc705dccf910d66f8f9ca10ba130e8dcd6a2e6063 (diff)
notify-desktop: add meta.mainProgram
Add the meta.mainProgram field to notify-desktop as the `lib.getExe` feature to
substitute the name if this field isn't there is deprecated.
Diffstat (limited to 'pkgs/tools/misc/notify-desktop')
-rw-r--r--pkgs/tools/misc/notify-desktop/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/notify-desktop/default.nix b/pkgs/tools/misc/notify-desktop/default.nix
index 22b5035da5144..0265e5dd8974b 100644
--- a/pkgs/tools/misc/notify-desktop/default.nix
+++ b/pkgs/tools/misc/notify-desktop/default.nix
@@ -30,5 +30,6 @@ stdenv.mkDerivation {
     license = licenses.gpl2;
     platforms = platforms.unix;
     maintainers = with maintainers; [ ylwghst ];
+    mainProgram = "notify-desktop";
   };
 }