guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#75146] [PATCH v4 41/68] gnu: xfce4-notifyd: Enable sound and waylan


From: iyzsong
Subject: [bug#75146] [PATCH v4 41/68] gnu: xfce4-notifyd: Enable sound and wayland support.
Date: Tue, 31 Dec 2024 14:44:11 +0800

From: 宋文武 <iyzsong@member.fsf.org>

* 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 04c4c3991b..d064299812 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1497,7 +1497,7 @@ (define-public xfce4-notifyd
     (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
-- 
2.46.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]