From: Raghav Gururajan <raghavgururajan@disroot.org>
To: 38853@debbugs.gnu.org
Subject: [bug#38853] gnu: gnome: Add missing inputs. V2
Date: Thu, 02 Jan 2020 06:01:10 -0500 [thread overview]
Message-ID: <881883c029d22324b991a5f8b77c4f1f666ecb35.camel@disroot.org> (raw)
In-Reply-To: <handler.38853.B.157791019631784.ack@debbugs.gnu.org>
[-- Attachment #1: Type: text/plain, Size: 105 bytes --]
Hello Guix!
Please find the attached patch to add missing inputs for gnome meta-
package.
Regards,
RG.
[-- Attachment #2: gnome.patch --]
[-- Type: text/x-patch, Size: 1368 bytes --]
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
next prev parent reply other threads:[~2020-01-02 11:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-01 20:22 [bug#38853] gnu: gnome: Add missing inputs Raghav Gururajan
[not found] ` <handler.38853.B.157791019631784.ack@debbugs.gnu.org>
2020-01-02 11:01 ` Raghav Gururajan [this message]
2020-01-02 11:28 ` [bug#38853] gnu: gnome: Add missing inputs. V2 Raghav Gururajan
2020-01-02 11:37 ` [bug#38853] gnu: gnome: Add missing inputs. V3 Raghav Gururajan
2020-01-02 13:01 ` bug#38853: " Efraim Flashner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=881883c029d22324b991a5f8b77c4f1f666ecb35.camel@disroot.org \
--to=raghavgururajan@disroot.org \
--cc=38853@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.