diff options
-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 |