1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-05 20:12:52 +00:00
nixpkgs/pkgs/desktops/xfce4-14/xfconf/default.nix
2019-08-28 11:07:32 +00:00

12 lines
224 B
Nix

{ mkXfceDerivation, libxfce4util }:
mkXfceDerivation {
category = "xfce";
pname = "xfconf";
version = "4.14.1";
sha256 = "1mbqc1463xgn7gafbh2fyshshdxin33iwk96y4nw2gl48nhx4sgs";
buildInputs = [ libxfce4util ];
}