diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-27 14:38:46 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-27 14:46:41 +0900 |
| commit | 92f69e9c919cb49ff882bbc2b978f5d99553602f (patch) | |
| tree | 66210438d896bf5ae8b06c6dccd0728a1014d0e5 /gnu | |
| parent | f3d56e27b976bd7ca66e7dedb35aeb0a944c172d (diff) | |
gnu: lightdm: Remove hicolor-icon-theme.
* gnu/packages/lightdm.scm (lightdm) [propagated-inputs]: Remove
hicolor-icon-theme (now propagated by adwaita-icon-theme).
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/services/lightdm.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/services/lightdm.scm b/gnu/services/lightdm.scm index 799ddecfe2f..9b2ba0eff2d 100644 --- a/gnu/services/lightdm.scm +++ b/gnu/services/lightdm.scm | |||
| @@ -133,10 +133,7 @@ | |||
| 133 | empty-serializer) | 133 | empty-serializer) |
| 134 | (assets | 134 | (assets |
| 135 | (list-of-file-likes (list adwaita-icon-theme | 135 | (list-of-file-likes (list adwaita-icon-theme |
| 136 | gnome-themes-extra | 136 | gnome-themes-extra)) |
| 137 | ;; FIXME: hicolor-icon-theme should be in the | ||
| 138 | ;; packages of the desktop templates. | ||
| 139 | hicolor-icon-theme)) | ||
| 140 | "The list of packages complementing the greeter, such as package providing | 137 | "The list of packages complementing the greeter, such as package providing |
| 141 | icon themes." | 138 | icon themes." |
| 142 | empty-serializer) | 139 | empty-serializer) |
