summary refs log tree commit diff
path: root/pkgs/desktops/xfce/core/xfce4-appfinder/default.nix
blob: 4d0f61863e7de46b2d802ad7ad56ac5712c4575e (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.16.1";

  sha256 = "sha256-Xr8iiCDQYmxiLR2+TeuJggV1dLM/U4b7u7kpvFWT+uQ=";

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

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