Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 33a0ef8bb3ee
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2ba0d81fd9f6
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 15, 2019

  1. gnome3.geary: add libunity

    Adds unread mail counter to dash to dock.
    jtojnar committed Jun 15, 2019
    Copy the full SHA
    0131424 View commit details
  2. gnome3.geary: add libunity (#63161)

    gnome3.geary: add libunity
    jtojnar authored Jun 15, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2ba0d81 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/desktops/gnome-3/misc/geary/default.nix
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/misc/geary/default.nix
Original file line number Diff line number Diff line change
@@ -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 ];