From bcb94c743e92e971a10854cc1ae15f6b80a4770b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Tue, 31 Dec 2024 12:58:44 +0800 Subject: [PATCH] gnu: xfce4-notifyd: Enable sound and wayland support. * gnu/packages/xfce.scm (xfce4-notifyd)[inputs]: Add gtk-layer-shell and libcanberra. Change-Id: I3bfc2c9bdca9d02f3c730f3d590a57d6c006603a --- gnu/packages/xfce.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 04c4c3991b954d090f873c607331e2239d6ddb71..d0642998124a495a6eba93677f62360ed33a9250 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