3 , gobject-introspection
10 python3.pkgs.buildPythonApplication rec {
13 format = "setuptools";
15 src = fetchFromGitHub {
18 # https://github.com/kspi/notifymuch/issues/11
19 rev = "9d4aaf54599282ce80643b38195ff501120807f0";
20 sha256 = "1lssr7iv43mp5v6nzrfbqlfzx8jcc7m636wlfyhhnd8ydd39n6k4";
23 propagatedBuildInputs = [
26 ] ++ (with python3.pkgs; [
39 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
45 description = "Display desktop notifications for unread mail in a notmuch database";
46 mainProgram = "notifymuch";
47 homepage = "https://github.com/kspi/notifymuch";
48 maintainers = with maintainers; [ arjan-s ];
49 license = licenses.gpl3;