gnu: gnome-maps: Add missing inputs.
* gnu/packages/geo.scm (gnome-maps)[inputs]: Add libsecret, libsoup, libgweather, gdk-pixbuf, glib-networking, and gsettings-desktop-schemas.master
parent
04ba7a9db6
commit
8d26f48e8a
|
@ -3,6 +3,7 @@
|
||||||
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
|
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
|
||||||
;;; Copyright © 2017 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
|
;;; Copyright © 2017 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
|
||||||
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
|
;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -72,9 +73,6 @@ topology functions.")
|
||||||
license:zlib ; tests/xmltester/tinyxml/*
|
license:zlib ; tests/xmltester/tinyxml/*
|
||||||
license:public-domain)))) ; include/geos/timeval.h
|
license:public-domain)))) ; include/geos/timeval.h
|
||||||
|
|
||||||
;;; FIXME GNOME Maps only runs within GNOME. On i3, it fails with this error:
|
|
||||||
;;; (org.gnome.Maps:8568): GLib-GIO-ERROR **: Settings schema
|
|
||||||
;;; 'org.gnome.desktop.interface' is not installed
|
|
||||||
(define-public gnome-maps
|
(define-public gnome-maps
|
||||||
(package
|
(package
|
||||||
(name "gnome-maps")
|
(name "gnome-maps")
|
||||||
|
@ -122,13 +120,19 @@ topology functions.")
|
||||||
`(("folks" ,folks)
|
`(("folks" ,folks)
|
||||||
("libchamplain" ,libchamplain)
|
("libchamplain" ,libchamplain)
|
||||||
("libgee" ,libgee)
|
("libgee" ,libgee)
|
||||||
|
("libsecret" ,libsecret)
|
||||||
|
("libsoup" ,libsoup)
|
||||||
|
("libgweather" ,libgweather)
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
|
("gdk-pixbuf" ,gdk-pixbuf)
|
||||||
|
("glib-networking" ,glib-networking)
|
||||||
("geoclue" ,geoclue)
|
("geoclue" ,geoclue)
|
||||||
("geocode-glib" ,geocode-glib)
|
("geocode-glib" ,geocode-glib)
|
||||||
("gfbgraph" ,gfbgraph)
|
("gfbgraph" ,gfbgraph)
|
||||||
("gjs" ,gjs)
|
("gjs" ,gjs)
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
("gnome-online-accounts" ,gnome-online-accounts)
|
("gnome-online-accounts" ,gnome-online-accounts)
|
||||||
|
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||||
("rest" ,rest)
|
("rest" ,rest)
|
||||||
("webkitgtk" ,webkitgtk)))
|
("webkitgtk" ,webkitgtk)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue