about summary refs log tree commit diff
path: root/nixpkgs/pkgs/desktops/xfce4-14/xfce4-appfinder/default.nix
blob: 312e64cdbbe90d6f00b9a78c2e391ab362a71a96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ mkXfceDerivation, exo, garcon, gtk3, libxfce4util, libxfce4ui, xfconf }:

mkXfceDerivation rec {
  category = "xfce";
  pname = "xfce4-appfinder";
  version = "4.14.0";

  sha256 = "04h7jxfm3wkxnxfy8149dckay7i160vvk4p9lnq6xny22r4x20h8";

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