diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-01-28 16:52:27 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-01-29 09:17:01 +0800 |
commit | 806bc1b04d2aba34f6fe04f510b0375325d28a76 (patch) | |
tree | 5385eec3a3c26c8accd9d1d0f55d3fa74b63eed2 /gnu | |
parent | b561053b28586d321e4c52d916fef24ce211e60f (diff) |
gnu: xfce4-settings: Enable colord support.
* gnu/packages/xfce.scm (xfce4-settings)[inputs]: Add colord.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xfce.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 05e94f8537..94a8016880 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -697,7 +697,8 @@ allows you to shut down the computer from Xfce.") (native-inputs (list pkg-config intltool)) (inputs - (list exo + (list colord + exo garcon libnotify libxcursor |