about summary refs log tree commit diff
path: root/pkgs/desktops/xfce/core/xfce4-appfinder/default.nix
blob: 01cc70e3b9afc1eecac318d082ef58d0b5eec4c6 (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 = "1r7sjdavqadrpgxqclrznds7a1c2i7mlvghx5mi6qqnh42425gsy";

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

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