diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-12-31 12:58:44 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2025-01-01 10:48:34 +0800 |
commit | bcb94c743e92e971a10854cc1ae15f6b80a4770b (patch) | |
tree | 8cd3c8f32eab1cba9378576e4c22ea44ce0300c0 | |
parent | 79344096a62cba85fde761ac73759b7c16ccc67b (diff) |
gnu: xfce4-notifyd: Enable sound and wayland support.
* gnu/packages/xfce.scm (xfce4-notifyd)[inputs]: Add gtk-layer-shell and libcanberra.
Change-Id: I3bfc2c9bdca9d02f3c730f3d590a57d6c006603a
-rw-r--r-- | gnu/packages/xfce.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 04c4c3991b..d064299812 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1497,7 +1497,7 @@ several different time zones.") (native-inputs (list xfce4-dev-tools)) (inputs - (list libxfce4ui libnotify sqlite xfce4-panel)) + (list gtk-layer-shell libcanberra libxfce4ui libnotify sqlite xfce4-panel)) (home-page "https://docs.xfce.org/apps/xfce4-notifyd/") (synopsis "Show notification bubbles on Xfce") (description |