summary refs log tree commit diff
path: root/pkgs/desktops/xfce4-13/xfconf/default.nix
blob: 8280922d1c74ed966cea5945323977cb70d41e17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ mkXfceDerivation, libxfce4util }:

mkXfceDerivation rec {
  category = "xfce";
  pname = "xfconf";
  version = "4.13.4";

  sha256 = "1bm4q06rwlmkmcy6qnwm6l70w6749iqfrmsrgj3y1jb2sacc3pd4";

  buildInputs = [ libxfce4util ];
}