guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: gnome: Re-add key propagated inputs.


From: guix-commits
Subject: 01/02: gnu: gnome: Re-add key propagated inputs.
Date: Sun, 23 Feb 2020 06:47:31 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 9f2fef4fb164df81034c2b114292d836a9f6d4f8
Author: Ludovic Courtès <address@hidden>
AuthorDate: Sun Feb 23 11:47:41 2020 +0100

    gnu: gnome: Re-add key propagated inputs.
    
    Fixes <https://bugs.gnu.org/39646>.
    Reported by Andy Wingo <address@hidden>.
    
    * gnu/packages/gnome.scm (gnome)[propagated-inputs]: Re-add packages
    inadvertently removed in a8cda7f57992e9ce9ae4a694eba54e3eab42c39b.
---
 gnu/packages/gnome.scm | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3c63ab2..c64b182 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7906,7 +7906,29 @@ world.")
        ("yelp" ,yelp)
      ;; Others
        ("hicolor-icon-theme" ,hicolor-icon-theme)
-       ("gnome-online-accounts" ,gnome-online-accounts)))
+       ("gnome-online-accounts" ,gnome-online-accounts)
+
+       ;; Packages not part of GNOME proper but that are needed for a good
+       ;; experience.  See <https://bugs.gnu.org/39646>.
+       ;; XXX: Find out exactly which ones are needed and why.
+       ("font-cantarell"            ,font-cantarell)
+       ("font-dejavu"               ,font-dejavu)
+       ("at-spi2-core"              ,at-spi2-core)
+       ("dbus"                      ,dbus)
+       ("dconf"                     ,dconf)
+       ("desktop-file-utils"        ,desktop-file-utils)
+       ("gnome-default-applications" ,gnome-default-applications)
+       ("gnome-themes-standard"     ,gnome-themes-standard)
+       ("gst-plugins-base"          ,gst-plugins-base)
+       ("gst-plugins-good"          ,gst-plugins-good)
+       ("gucharmap"                 ,gucharmap)
+       ("pinentry-gnome3"           ,pinentry-gnome3)
+       ("pulseaudio"                ,pulseaudio)
+       ("shared-mime-info"          ,shared-mime-info)
+       ("system-config-printer"     ,system-config-printer)
+       ("xdg-user-dirs"             ,xdg-user-dirs)
+       ("yelp"                      ,yelp)
+       ("zenity"                    ,zenity)))
     (synopsis "The GNU desktop environment")
     (home-page "https://www.gnome.org/";)
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]