From e1e968f21374b2c125d1fc1348a531f16fac6b4d Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Tue, 27 Apr 2021 15:34:50 +1000 Subject: [PATCH] gnu: xfce4-session: Add xset to propagated-inputs. * gnu/packages/xfce.scm (xfce4-session):[propagated-inputs]: Add xset so that xflock4 can turn off the monitor. --- gnu/packages/xfce.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 9655d8ccf7..f1e40a94b8 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -718,6 +718,8 @@ your system in categories, so you can quickly find and launch them.") ("libsm" ,libsm) ("libwnck" ,libwnck) ("libxfce4ui" ,libxfce4ui))) + (propagated-inputs + `(("xset" ,xset))) (home-page "https://www.xfce.org/") (synopsis "Xfce session manager") (description -- 2.31.1