diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-05-04 14:41:46 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-05-04 16:36:35 +0200 |
commit | be7e82f05700595da53a7b6c3df81dc5a056badb (patch) | |
tree | fa62338ced44e9e8e7d3a941789e43e8c2c9a9f6 /gnu | |
parent | 7d7fedf6f022e6114959684658f927e191ab40b1 (diff) | |
download | patches-be7e82f05700595da53a7b6c3df81dc5a056badb.tar patches-be7e82f05700595da53a7b6c3df81dc5a056badb.tar.gz |
gnu: gnome-maps: Do not propagate GTK+.
* gnu/packages/geo.scm (gnome-maps)[propagated-inputs]: Remove.
[inputs]: Add GTK+.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/geo.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 9268a3f5b4..7ba5702a84 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, |