From 3735ff3833999e93d920108f45eadbc2396fb38f Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Thu, 2 Jan 2020 05:55:55 -0500 Subject: [PATCH] gnu: gnome: Add missing inputs. * gnu/packages/gnome.scm (gnome): Add missing inputs. --- gnu/packages/gnome.scm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index e0712bf99a..ae6b25f9bb 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7202,8 +7202,9 @@ associations for GNOME.") (propagated-inputs ;; TODO: Add or remove packages according to: ;; . + `( ;; GNOME-Core-OS-Services - `(("accountsservice" ,accountsservice) + ("accountsservice" ,accountsservice) ("network-manager" ,network-manager) ("packagekit" ,packagekit) ("upower" ,upower) @@ -7247,7 +7248,10 @@ associations for GNOME.") ("nautilus" ,nautilus) ("simple-scan" ,simple-scan) ("totem" ,totem) - ("yelp" ,yelp))) + ("yelp" ,yelp) + ;; Others + ("hicolor-icon-theme" ,hicolor-icon-theme) + ("gnome-online-accounts" ,gnome-online-accounts))) (synopsis "The GNU desktop environment") (home-page "https://www.gnome.org/") (description -- 2.24.1