nixpkgs-suyu/pkgs/desktops/xfce4-14/xfconf/default.nix

12 lines
228 B
Nix
Raw Normal View History

2017-12-17 16:02:52 +01:00
{ mkXfceDerivation, libxfce4util }:
mkXfceDerivation rec {
category = "xfce";
pname = "xfconf";
2019-08-12 12:38:41 +02:00
version = "4.14.1";
2017-12-17 16:02:52 +01:00
2019-08-12 12:38:41 +02:00
sha256 = "1mbqc1463xgn7gafbh2fyshshdxin33iwk96y4nw2gl48nhx4sgs";
2017-12-17 16:02:52 +01:00
buildInputs = [ libxfce4util ];
}