2017-12-17 15:02:52 +00:00
|
|
|
{ mkXfceDerivation, exo, garcon, gtk3, libxfce4util, libxfce4ui, xfconf }:
|
|
|
|
|
2019-08-13 22:52:01 +01:00
|
|
|
mkXfceDerivation {
|
2017-12-17 15:02:52 +00:00
|
|
|
category = "xfce";
|
|
|
|
pname = "xfce4-appfinder";
|
2020-12-28 21:17:54 +00:00
|
|
|
version = "4.16.1";
|
2017-12-17 15:02:52 +00:00
|
|
|
|
2020-12-28 21:17:54 +00:00
|
|
|
sha256 = "1r7sjdavqadrpgxqclrznds7a1c2i7mlvghx5mi6qqnh42425gsy";
|
2017-12-17 15:02:52 +00:00
|
|
|
|
|
|
|
nativeBuildInputs = [ exo ];
|
|
|
|
buildInputs = [ garcon gtk3 libxfce4ui libxfce4util xfconf ];
|
2019-11-04 21:27:22 +00:00
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "Appfinder for the Xfce4 Desktop Environment";
|
|
|
|
};
|
2017-12-17 15:02:52 +00:00
|
|
|
}
|