guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 92f69e9c919cb49ff882bbc2b978f5d99553602f
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Thu Aug 27 14:38:46 2026 +0900
gnu: lightdm: Remove hicolor-icon-theme.
* gnu/packages/lightdm.scm (lightdm) [propagated-inputs]: Remove
hicolor-icon-theme (now propagated by adwaita-icon-theme).
---
gnu/services/lightdm.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/services/lightdm.scm b/gnu/services/lightdm.scm
index 799ddecfe2..9b2ba0eff2 100644
--- a/gnu/services/lightdm.scm
+++ b/gnu/services/lightdm.scm
@@ -133,10 +133,7 @@
empty-serializer)
(assets
(list-of-file-likes (list adwaita-icon-theme
- gnome-themes-extra
- ;; FIXME: hicolor-icon-theme should be in the
- ;; packages of the desktop templates.
- hicolor-icon-theme))
+ gnome-themes-extra))
"The list of packages complementing the greeter, such as package providing
icon themes."
empty-serializer)