From a774bbd796b945789db2a087aa14e6d79352841b Mon Sep 17 00:00:00 2001 From: "Elijah M. Immer" Date: Sun, 12 Nov 2023 23:41:02 +0000 Subject: 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. --- pkgs/tools/misc/notify-desktop/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/tools/misc/notify-desktop') 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"; }; } -- cgit 1.4.1