nixpkgs-suyu/pkgs/desktops/xfce/core/xfce4-appfinder/default.nix

17 lines
414 B
Nix
Raw Normal View History

2017-12-17 16:02:52 +01:00
{ mkXfceDerivation, exo, garcon, gtk3, libxfce4util, libxfce4ui, xfconf }:
2019-08-13 23:52:01 +02:00
mkXfceDerivation {
2017-12-17 16:02:52 +01:00
category = "xfce";
pname = "xfce4-appfinder";
2020-12-28 22:17:54 +01:00
version = "4.16.1";
2017-12-17 16:02:52 +01:00
sha256 = "sha256-Xr8iiCDQYmxiLR2+TeuJggV1dLM/U4b7u7kpvFWT+uQ=";
2017-12-17 16:02:52 +01:00
nativeBuildInputs = [ exo ];
buildInputs = [ garcon gtk3 libxfce4ui libxfce4util xfconf ];
meta = {
description = "Appfinder for the Xfce4 Desktop Environment";
};
2017-12-17 16:02:52 +01:00
}