summary refs log tree commit diff
path: root/pkgs/desktops/xfce/panel-plugins/xfce4-clipman-plugin/default.nix
blob: 2349b4bf3e8d600e92f78a64a20808cca24d7d8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ mkXfceDerivation, gtk3, libXtst, libxfce4ui, libxfce4util, xfce4-panel, xfconf, exo }:

mkXfceDerivation {
  category = "panel-plugins";
  pname = "xfce4-clipman-plugin";
  version = "1.6.1";
  sha256 = "03akijvry1n1fkziyvxwcksl4vy4lmnpgd5izjs8jai5sndhsszl";

  buildInputs = [ exo gtk3 libXtst libxfce4ui libxfce4util xfce4-panel xfconf ];

  meta = {
    description = "Clipboard manager for Xfce panel";
  };
}