21 pname = "xfce4-settings";
24 sha256 = "sha256-xiu26B3dbWu+/AtF/iUC6Wo2U5ZZyzN9RfdbBaQRJ1M=";
38 ++ lib.optionals withUpower [ upower ]
39 ++ lib.optionals withColord [ colord ];
42 "--enable-pluggable-dialogs"
43 "--enable-sound-settings"
45 ++ lib.optionals withUpower [ "--enable-upower-glib" ]
46 ++ lib.optionals withColord [ "--enable-colord" ];
49 description = "Settings manager for Xfce";
50 maintainers = with maintainers; [ ] ++ teams.xfce.members;