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

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

  sha256 = "04h7jxfm3wkxnxfy8149dckay7i160vvk4p9lnq6xny22r4x20h8";

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