guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: gnome-maps: Do not propagate GTK+.


From: guix-commits
Subject: 03/04: gnu: gnome-maps: Do not propagate GTK+.
Date: Mon, 4 May 2020 10:37:02 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit be7e82f05700595da53a7b6c3df81dc5a056badb
Author: Marius Bakke <address@hidden>
AuthorDate: Mon May 4 14:41:46 2020 +0200

    gnu: gnome-maps: Do not propagate GTK+.
    
    * gnu/packages/geo.scm (gnome-maps)[propagated-inputs]: Remove.
    [inputs]: Add GTK+.
---
 gnu/packages/geo.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 9268a3f..7ba5702 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -210,10 +210,9 @@ topology functions.")
        ("glib" ,glib)
        ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
        ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
+       ("gtk+" ,gtk+)
        ("rest" ,rest)
        ("webkitgtk" ,webkitgtk)))
-    (propagated-inputs
-     `(("gtk+3" ,gtk+)))
     (synopsis "Graphical map viewer and wayfinding program")
     (description "GNOME Maps is a graphical map viewer.  It uses map data from
 the OpenStreetMap project.  It can provide directions for walking, bicycling,



reply via email to

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