diff options
author | Ashvith Shetty <ashvithshetty10@gmail.com> | 2024-09-14 03:29:56 +0530 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-08 02:00:00 +0200 |
commit | e39566e407855019f78e8416302153282648bd54 (patch) | |
tree | c3f63c1c920f4bb44c243ddbde0082b2d8eaf21e | |
parent | ba68828b665553077adbe9f5b6250d7a14803a53 (diff) | |
download | guix-e39566e407855019f78e8416302153282648bd54.tar guix-e39566e407855019f78e8416302153282648bd54.tar.gz |
gnu: xfce: Remove xfce4-volumed-pulse.
With the media keys fixed in the previous commit, there's now no need to
provide this as another input.
* gnu/packages/xfce.scm (xfce)[inputs]: Remove xfce4-volumed-pulse.
Change-Id: I80a80064c75907b2a1e6e880fab9f1e772921b13
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
-rw-r--r-- | gnu/packages/xfce.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index b2f0113903..48fdfc8fdc 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1251,7 +1251,6 @@ for and start applications.") xfce4-battery-plugin xfce4-clipman-plugin xfce4-pulseaudio-plugin - xfce4-volumed-pulse xfce4-xkb-plugin)) (propagated-inputs ;; Default font that applications such as IceCat require. |