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

17 lines
415 B
Nix
Raw Normal View History

2017-12-17 15:02:52 +00:00
{ mkXfceDerivation, exo, garcon, gtk3, libxfce4util, libxfce4ui, xfconf }:
2019-08-13 22:52:01 +01:00
mkXfceDerivation {
2017-12-17 15:02:52 +00:00
category = "xfce";
pname = "xfce4-appfinder";
2019-08-12 11:38:41 +01:00
version = "4.14.0";
2017-12-17 15:02:52 +00:00
2019-08-12 11:38:41 +01:00
sha256 = "04h7jxfm3wkxnxfy8149dckay7i160vvk4p9lnq6xny22r4x20h8";
2017-12-17 15:02:52 +00:00
nativeBuildInputs = [ exo ];
buildInputs = [ garcon gtk3 libxfce4ui libxfce4util xfconf ];
meta = {
description = "Appfinder for the Xfce4 Desktop Environment";
};
2017-12-17 15:02:52 +00:00
}