guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gnome-shell: Fix startup failure.


From: Marius Bakke
Subject: 02/02: gnu: gnome-shell: Fix startup failure.
Date: Thu, 8 Jun 2017 12:29:00 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 30e760f0cf6d7c1beae275853b86046ab3b9d7eb
Author: Marius Bakke <address@hidden>
Date:   Thu Jun 8 18:04:20 2017 +0200

    gnu: gnome-shell: Fix startup failure.
    
    Fixes <https://bugs.gnu.org/27264>.
    
    * gnu/packages/gnome.scm (gnome-shell)[inputs]: Add LIBRSVG and GEOCLUE.
---
 gnu/packages/gnome.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4069aba..9ea3bb0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5111,6 +5111,10 @@ properties, screen resolution, and other GNOME 
parameters.")
        ("startup-notification" ,startup-notification)
        ("telepathy-logger" ,telepathy-logger)
        ("upower" ,upower)
+       ;; XXX: These requirements were added in 3.24, but no mention in NEWS.
+       ;; Missing propagation? See also: <https://bugs.gnu.org/27264>
+       ("librsvg" ,librsvg)
+       ("geoclue" ,geoclue)
        ;; XXX: required by libgjs.la.
        ("readline" ,readline)))
     (synopsis "Desktop shell for GNOME")



reply via email to

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