14 # Disabled by default on upstream and actually causes issues:
15 # https://gitlab.xfce.org/xfce/xfce4-settings/-/issues/222
26 pname = "xfce4-settings";
29 sha256 = "sha256-0fMuAucyxLr2VzQqAB0CL+HgkHNJctiVNZmUmTNzaPc=";
49 ++ lib.optionals withUpower [ upower ]
50 ++ lib.optionals withColord [ colord ];
53 "--enable-pluggable-dialogs"
54 "--enable-sound-settings"
56 ++ lib.optionals withUpower [ "--enable-upower-glib" ]
57 ++ lib.optionals withColord [ "--enable-colord" ];
60 description = "Settings manager for Xfce";
61 maintainers = with maintainers; [ ] ++ teams.xfce.members;