gnome3.geary: add libunity

Adds unread mail counter to dash to dock.
This commit is contained in:
Jan Tojnar 2019-06-15 14:56:34 +02:00
parent 7815c86c10
commit 0131424f57
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -2,7 +2,7 @@
, desktop-file-utils, gnome-online-accounts, gsettings-desktop-schemas, adwaita-icon-theme
, libnotify, libcanberra-gtk3, libsecret, gmime, isocodes, libxml2, gettext
, sqlite, gcr, json-glib, itstool, libgee, gnome3, webkitgtk, python3
, xvfb_run, dbus, shared-mime-info, libunwind, folks, glib-networking }:
, xvfb_run, dbus, shared-mime-info, libunwind, libunity, folks, glib-networking }:
stdenv.mkDerivation rec {
pname = "geary";
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
adwaita-icon-theme enchant2 gcr gmime gnome-online-accounts
gsettings-desktop-schemas gtk3 isocodes json-glib libcanberra-gtk3
libgee libnotify libsecret sqlite webkitgtk glib-networking
libunwind folks
libunwind libunity folks
];
checkInputs = [ xvfb_run dbus ];