nixpkgs/pkgs/desktops/xfce/core/xfconf/default.nix

16 lines
331 B
Nix
Raw Normal View History

2017-12-17 15:02:52 +00:00
{ mkXfceDerivation, libxfce4util }:
2019-08-13 22:52:01 +01:00
mkXfceDerivation {
2017-12-17 15:02:52 +00:00
category = "xfce";
pname = "xfconf";
2019-08-12 11:38:41 +01:00
version = "4.14.1";
2017-12-17 15:02:52 +00:00
2019-08-12 11:38:41 +01:00
sha256 = "1mbqc1463xgn7gafbh2fyshshdxin33iwk96y4nw2gl48nhx4sgs";
2017-12-17 15:02:52 +00:00
buildInputs = [ libxfce4util ];
meta = {
description = "Simple client-server configuration storage and query system for Xfce";
};
2017-12-17 15:02:52 +00:00
}