11 , gsettings-desktop-schemas
12 , gnome-online-accounts
14 , gobject-introspection
19 python3Packages.buildPythonApplication rec {
23 src = fetchFromGitLab {
24 domain = "framagit.org";
28 sha256 = "sha256-MPl4pXvdhwCFWTepn/Mxp8ZMs+HCzXC59qdKZp3mHdw=";
37 gst_all_1.gst-plugins-base
38 gst_all_1.gst-plugins-good
39 gst_all_1.gst-plugins-bad
49 python3Packages.pillow
54 propagatedBuildInputs = with python3Packages; [
55 gsettings-desktop-schemas
61 # See https://nixos.org/nixpkgs/manual/#ssec-gnome-common-issues-double-wrapped
65 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
69 description = "Extensible mail notification service";
70 homepage = "http://bubblemail.free.fr/";
71 license = licenses.gpl2Plus;
72 platforms = platforms.linux;
73 maintainers = with maintainers; [ doronbehar ];