1 { lib, mkXfceDerivation, exo, garcon, gtk3, libxfce4util, libxfce4ui, xfconf }:
5 pname = "xfce4-appfinder";
8 sha256 = "sha256-CZEX1PzFsVt72Fkb4+5PiZjAcDisvYnbzFGFXjFL4sc=";
10 nativeBuildInputs = [ exo ];
11 buildInputs = [ garcon gtk3 libxfce4ui libxfce4util xfconf ];
14 description = "Appfinder for the Xfce4 Desktop Environment";
15 maintainers = with maintainers; [ ] ++ teams.xfce.members;