diff mbox series

[bug#38853] gnu: gnome: Add missing inputs. V2

Message ID 881883c029d22324b991a5f8b77c4f1f666ecb35.camel@disroot.org
State Accepted
Headers show
Series [bug#38853] gnu: gnome: Add missing inputs. V2 | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Raghav Gururajan Jan. 2, 2020, 11:01 a.m. UTC
Hello Guix!

Please find the attached patch to add missing inputs for gnome meta-
package.

Regards,
RG.
diff mbox series

Patch

From 3735ff3833999e93d920108f45eadbc2396fb38f Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
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:
      ;;       <https://calc.disroot.org/2nu6mpf88ynq.html>.
+     `(
      ;; 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