Files
nixpkgs/pkgs/development/python-modules/apprise
Peter Kling a6fc888770 apprise: add support for macOS desktop notifications
Apprise supports desktop notifications on macOS (e.g., via `apprise -b "Hello World" "macosx://"`). This feature uses terminal-notifier under the hood. Unfortunately, the potential paths to terminal-notifier are hardcoded into apprise. Thus, nixpkgs's apprise does currently not support desktop notifications on macOS.

This PR adds the terminal-notifier dependency under macOS and patches the hardcoded paths to use nixpkgs's terminal-notifier.

(cherry picked from commit 3e99122005)
2026-01-11 09:09:16 +00:00
..