1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
nixpkgs/pkgs/desktops/xfce4-14/xfconf/default.nix

12 lines
224 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 ];
}