summary refs log tree commit diff
path: root/pkgs/desktops/xfce4-13/xfce4-notifyd/default.nix
blob: b4be0a35a130a41cb42b0726e7bcb8440f8657cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ mkXfceDerivation, dbus_glib, exo, gtk3, libnotify, libxfce4ui, libxfce4util
, xfce4-panel, xfconf }:

mkXfceDerivation rec {
  category = "apps";
  pname = "xfce4-notifyd";
  version = "0.4.1";

  sha256 = "12mqi0q1hcjm16f4pndq7l58h2n0nq160r5fqx8ns320i83nh94k";

  nativeBuildInputs = [ dbus_glib exo ];
  buildInputs = [ gtk3 libnotify libxfce4ui libxfce4util xfce4-panel xfconf ];
}