11 python3.pkgs.buildPythonApplication rec {
14 format = "setuptools";
16 src = fetchFromGitHub {
19 # https://github.com/kspi/notifymuch/issues/11
20 rev = "9d4aaf54599282ce80643b38195ff501120807f0";
21 sha256 = "1lssr7iv43mp5v6nzrfbqlfzx8jcc7m636wlfyhhnd8ydd39n6k4";
24 propagatedBuildInputs =
29 ++ (with python3.pkgs; [
42 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
48 description = "Display desktop notifications for unread mail in a notmuch database";
49 mainProgram = "notifymuch";
50 homepage = "https://github.com/kspi/notifymuch";
51 maintainers = with maintainers; [ arjan-s ];
52 license = licenses.gpl3;