From 4389cccb7f9f70e8a7c1b78b9d055b652ab9f905 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Wed, 26 Aug 2020 17:03:50 -0400 Subject: gnu: gnome-maps: Fix launching of the application and loading of icons. * gnu/packages/geo.scm (gnome-maps) [inputs]: Add gfbgraph, gsettings-desktop-schemas, libgweather and webkitgtk. [propagated-inputs]: Add dconf. Signed-off-by: Danny Milosavljevic --- gnu/packages/geo.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index b22a0233c6..1a94b10079 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -240,12 +240,18 @@ (define-public gnome-maps ("gee" ,libgee) ("geoclue" ,geoclue) ("geocode-glib" ,geocode-glib) + ("gfbgraph" ,gfbgraph) ("gjs" ,gjs) ("glib" ,glib) ("glib-networking" ,glib-networking) + ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) ("gtk+" ,gtk+) + ("gweather" ,libgweather) ("libxml2" ,libxml2) - ("rest" ,rest))) + ("rest" ,rest) + ("webkitgtk" ,webkitgtk))) + (propagated-inputs + `(("dconf" ,dconf))) (synopsis "Map application for GNOME") (description "GNOME-Maps gives you quick access to maps all across the world. It uses the collaborative OpenStreetMap database, enabling users to make -- cgit v1.2.3