all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#38853] gnu: gnome: Add missing inputs.
@ 2020-01-01 20:22 Raghav Gururajan
       [not found] ` <handler.38853.B.157791019631784.ack@debbugs.gnu.org>
  2020-01-02 11:28 ` Raghav Gururajan
  0 siblings, 2 replies; 5+ messages in thread
From: Raghav Gururajan @ 2020-01-01 20:22 UTC (permalink / raw)
  To: 38853

[-- 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: 0001-gnu-gnome-Add-missing-inputs.patch --]
[-- Type: text/x-patch, Size: 1684 bytes --]

From f0a44fdab19dede143b14257ee3a10636ecad36f Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Wed, 1 Jan 2020 15:18:22 -0500
Subject: [PATCH] gnu: gnome: Add missing inputs.

* gnu/packages/gnome.scm (gnome): Add missing inputs.
---
 gnu/packages/gnome.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5658226b61..c8699fb428 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7278,8 +7278,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)
@@ -7291,12 +7292,15 @@ associations for GNOME.")
        ("gnome-bluetooth" ,gnome-bluetooth)
        ("gnome-control-center" ,gnome-control-center)
        ("gnome-desktop" ,gnome-desktop)
+       ("gnome-getting-started-docs" ,gnome-getting-started-docs)
        ("gnome-keyring" ,gnome-keyring)
+       ("gnome-menus" ,gnome-menus)
        ("gnome-session" ,gnome-session)
        ("gnome-settings-daemon" ,gnome-settings-daemon)
        ("gnome-shell-extensions" ,gnome-shell-extensions)
        ("gnome-shell" ,gnome-shell)
        ("gnome-themes-extra" ,gnome-themes-extra)
+       ("gnome-user-docs" ,gnome-user-docs)
        ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
        ("gvfs" ,gvfs)
        ("mutter" ,mutter)
-- 
2.24.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-01-02 13:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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   ` [bug#38853] gnu: gnome: Add missing inputs. V2 Raghav Gururajan
2020-01-02 11:28 ` 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

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.