12 gsettings-desktop-schemas,
13 gnome-online-accounts,
15 gobject-introspection,
20 python3Packages.buildPythonApplication rec {
24 src = fetchFromGitLab {
25 domain = "framagit.org";
29 sha256 = "sha256-MPl4pXvdhwCFWTepn/Mxp8ZMs+HCzXC59qdKZp3mHdw=";
38 gst_all_1.gst-plugins-base
39 gst_all_1.gst-plugins-good
40 gst_all_1.gst-plugins-bad
50 python3Packages.pillow
55 propagatedBuildInputs = with python3Packages; [
56 gsettings-desktop-schemas
62 # See https://nixos.org/nixpkgs/manual/#ssec-gnome-common-issues-double-wrapped
66 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
70 description = "Extensible mail notification service";
71 homepage = "http://bubblemail.free.fr/";
72 license = licenses.gpl2Plus;
73 platforms = platforms.linux;
74 maintainers = with maintainers; [ doronbehar ];