>From 7b5c3ce6386acf1f7a965d19cd6dd51c662ba5bb Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Thu, 8 Jun 2017 20:04:04 +0200 Subject: [PATCH] gnu: gnome-shell: Fix run-time crash. * gnu/packages/gnome.scm (gnome-shell): Add geoclue and librsvg 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 84ae1cf2f..65f022750 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2634,7 +2634,8 @@ output devices.") (("/bin/true") (which "true")))))))) (native-inputs `(("pkg-config" ,pkg-config) - ("intltool" ,intltool))) + ("intltool" ,intltool) + ("gobject-introspection" ,gobject-introspection))) (inputs `(("avahi" ,avahi) ("glib" ,glib) @@ -5091,6 +5092,8 @@ properties, screen resolution, and other GNOME parameters.") ("gcr" ,gcr) ("gdm" ,gdm) ("gjs" ,gjs) + ("geoclue" ,geoclue) + ("geocode-glib" ,geocode-glib) ("gnome-bluetooth" ,gnome-bluetooth) ("gnome-control-center" ,gnome-control-center) ("gnome-desktop" ,gnome-desktop) @@ -5101,6 +5104,7 @@ properties, screen resolution, and other GNOME parameters.") ("libcroco" ,libcroco) ("libgweather" ,libgweather) ("libsoup" ,libsoup) + ("librsvg" ,librsvg) ("mesa-headers" ,mesa-headers) ("mutter" ,mutter) ("network-manager-applet" ,network-manager-applet) -- 2.13.0