forgejo-lts: 7.0.10 -> 7.0.11
[NixPkgs.git] / pkgs / desktops / xfce / core / xfce4-appfinder / default.nix
blobe716fab959a0d671f2704d8f0a6bde745adb8c54
1 { lib, mkXfceDerivation, exo, garcon, gtk3, libxfce4util, libxfce4ui, xfconf }:
3 mkXfceDerivation {
4   category = "xfce";
5   pname = "xfce4-appfinder";
6   version = "4.18.1";
8   sha256 = "sha256-CZEX1PzFsVt72Fkb4+5PiZjAcDisvYnbzFGFXjFL4sc=";
10   nativeBuildInputs = [ exo ];
11   buildInputs = [ garcon gtk3 libxfce4ui libxfce4util xfconf ];
13   meta = with lib; {
14     description = "Appfinder for the Xfce4 Desktop Environment";
15     maintainers = with maintainers; [ ] ++ teams.xfce.members;
16   };