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";
2020-05-07 21:17:04 +01:00
version = "4.14.3";
2017-12-17 15:02:52 +00:00
2020-05-07 21:17:04 +01:00
sha256 = "0yxpdcyz81di7w9493jzps09bgrlgianjj5abnzahqmkpmpvb0rh";
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
}