about summary refs log tree commit diff
path: root/pkgs/desktops/xfce/core/xfce4-appfinder/default.nix
blob: cbb444c6c76499a8fee54cb7b555d2671f6ebdfa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ mkXfceDerivation, exo, garcon, gtk3, libxfce4util, libxfce4ui, xfconf }:

mkXfceDerivation {
  category = "xfce";
  pname = "xfce4-appfinder";
  version = "4.14.0";

  sha256 = "04h7jxfm3wkxnxfy8149dckay7i160vvk4p9lnq6xny22r4x20h8";

  nativeBuildInputs = [ exo ];
  buildInputs = [ garcon gtk3 libxfce4ui libxfce4util xfconf ];

  meta = {
    description = "Appfinder for the Xfce4 Desktop Environment";
  };
}