guix-commits
[Top][All Lists]
Advanced

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

14/22: gnu: gnome-maps: Fix launching of the application and loading of


From: guix-commits
Subject: 14/22: gnu: gnome-maps: Fix launching of the application and loading of icons.
Date: Sat, 29 Aug 2020 03:12:32 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 4389cccb7f9f70e8a7c1b78b9d055b652ab9f905
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Wed Aug 26 17:03:50 2020 -0400

    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 <dannym@scratchpost.org>
---
 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 b22a023..1a94b10 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -240,12 +240,18 @@ topology functions.")
        ("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



reply via email to

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