nixpkgs/pkgs/desktops/xfce4-14/xfce4-appfinder/default.nix

13 lines
333 B
Nix
Raw Normal View History

2017-12-17 07:02:52 -08:00
{ mkXfceDerivation, exo, garcon, gtk3, libxfce4util, libxfce4ui, xfconf }:
2019-08-13 14:52:01 -07:00
mkXfceDerivation {
2017-12-17 07:02:52 -08:00
category = "xfce";
pname = "xfce4-appfinder";
2019-08-12 03:38:41 -07:00
version = "4.14.0";
2017-12-17 07:02:52 -08:00
2019-08-12 03:38:41 -07:00
sha256 = "04h7jxfm3wkxnxfy8149dckay7i160vvk4p9lnq6xny22r4x20h8";
2017-12-17 07:02:52 -08:00
nativeBuildInputs = [ exo ];
buildInputs = [ garcon gtk3 libxfce4ui libxfce4util xfconf ];
}